Get a list of cover types for the specific plan type.
Headers
-
Content-Type string
-
Accept string
GET /api/v1/static/cover-types/{type}
curl \
-X GET https://api.plannrcrm.com/api/v1/static/cover-types/type \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"