Get a client status Run in API Explorer
Ask AI
GET
/api/v1/client-status/{clientStatus_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client-status/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "On Hold",
"uuid": "a235f155-23ac-4538-9e30-db9e37d4af0c",
"colour": "#FFFFFF",
"created_at": "2026-02-26T15:22:27+00:00",
"updated_at": "2026-02-26T15:22:27+00:00"
}