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": "ce861618-3294-4369-88ce-fd76ea86bb43",
"colour": "#FFFFFF",
"created_at": "2025-10-24T10:34:18+01:00",
"updated_at": "2025-10-24T10:34:18+01:00"
}
]
}