Skip to main content

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

Query parameters:

Create Client

This creates a manual client seed as an API-origin support conversation. The client then appears in the same aggregate used by the Woes Clients page.
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

Client ids are normalized from the customer company/account name on conversations. Use the id returned by GET /api/v1/clients.
If the client id is not present in the API key workspace, Woes returns 404.

Aggregation Window

Client records are built from the most recent workspace conversations. The response includes truncated: 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.

Required Scopes

Last modified on June 29, 2026