Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the cases type.
GET
/api/v1/cases-type/{id}
curl \
--request GET https://api.plannrcrm.com/api/v1/cases-type/id \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Mortgage Plan",
"uuid": "7f8eb85a-2dab-4f58-b447-a3829b9bc4ef",
"created_at": "2025-02-20T10:13:02+00:00",
"updated_at": "2025-02-20T10:13:02+00:00"
}