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": "a7793c61-9ab6-4925-89be-e4a248b46a43",
"created_at": "2025-07-17T16:23:20+01:00",
"updated_at": "2025-07-17T16:23:20+01:00"
}
]
}