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": "64d996e7-e329-41c2-a051-cd51e69427bf",
"colour": "#FFFFFF",
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00"
}
]
}