POST
/api/v1/cases-status
curl \
--request POST 'https://api.plannrcrm.com/api/v1/cases-status' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"In Progress","colour":"#23852B"}'
Request examples
{
"name": "In Progress",
"colour": "#23852B"
}
Response examples (200)
{
"name": "To Be Reviewed",
"uuid": "9656b537-3764-42f2-bb93-1ec696a13a3d",
"colour": "#23852B",
"position": 5,
"created_at": "2025-08-27T17:31:26+01:00",
"updated_at": "2025-08-27T17:31:26+01:00",
"is_type_completed": false
}