Get all case types Run in API Explorer
Ask AI
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": [
{
"uuid": "57872cf3-6825-4f4f-833b-9a9ae478d797",
"name": "Mortgage Plan",
"created_at": "2026-04-29T16:54:31+01:00",
"updated_at": "2026-04-29T16:54:31+01:00"
}
]
}