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": "ec91da86-56fe-40c3-9891-15dfc3bb20f1",
"created_at": "2025-11-17T21:14:39+00:00",
"updated_at": "2025-11-17T21:14:39+00:00"
}
]
}