GET
/api/v1/client-status
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client-status' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"name": "On Hold",
"uuid": "ba5ef0af-3f6f-4421-8255-466f890ea14e",
"colour": "#FFFFFF",
"created_at": "2025-07-17T16:23:20+01:00",
"updated_at": "2025-07-17T16:23:20+01:00"
}
]
}