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": "bbeb43b2-4d1f-4eff-ad90-7a242c5c9577",
"colour": "#FFFFFF",
"created_at": "2025-08-27T17:31:26+01:00",
"updated_at": "2025-08-27T17:31:26+01:00"
}
]
}