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": "bf3f539b-0076-407f-8982-db282c0316db",
"colour": "#23852B",
"position": 5,
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00",
"is_type_completed": false
}