Get a list of cover types for the specific plan type.

GET /api/v1/static/cover-types/{type}

Path parameters

  • type string Required

Responses

  • 404 application/json
    Hide response attribute Show response attribute object
    • message string
GET /api/v1/static/cover-types/{type}
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/static/cover-types/architecto' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "message": ""
}