GET
/api/v1/cases-type
curl \
--request GET 'https://api.plannrcrm.com/api/v1/cases-type' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Mortgage Plan",
"uuid": "89c04e08-f9ed-41ff-ac62-5ef17e760c6a",
"created_at": "2025-08-07T13:41:41+01:00",
"updated_at": "2025-08-07T13:41:41+01:00"
}
]
}