Clients
The Clients API exposes the same account/client aggregate used by the Woes Clients page. Client records are derived from workspace conversations, contacts, channels, and recent activity. The REST API can also create a manual client/account seed when another system needs a client to exist before the first customer conversation.The REST Clients API does not expose workspace ids, raw conversation metadata,
custom field internals, raw widget presence pages, provider details, or
operator-only debug data.
Client Object
List Clients
Create Client
Create Client does not invite a user, open a customer portal session, send an
email, or run automations. It seeds the client/account record for workspace
visibility.
Retrieve Client
id returned by GET /api/v1/clients.
404.
Aggregation Window
Client records are built from the most recent workspace conversations. The response includestruncated: true when the workspace has more conversations
than the current aggregation window, so integrations know older client activity
may not be represented in the response.
