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": "5e0020bc-c9e2-4b9f-9712-ebafeef2026b",
"colour": "#FFFFFF",
"created_at": "2025-06-25T15:10:42+01:00",
"updated_at": "2025-06-25T15:10:42+01:00"
}
]
}