Update a client contact’s status. Pass a valid status UUID to change the status, or null to clear it.
ID: Accepts a client contact UUID or a person UUID — if a person UUID is provided, the associated client contact is resolved automatically.
Status IDs: Use GET /v1/client-contacts/statuses to discover available status IDs.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Client contact UUID or person UUID.
Client contact status UUID, or null to clear the status. Use GET /v1/client-contacts/statuses to get available status IDs.