Skip to main content
GET
List clients

Authorizations

x-api-key
string
header
required

Query Parameters

crmEntityId
string

Return only the client with this external CRM entity id (unique per org). Ignores pagination.

limit
integer
default:25

Number of results to return.

Required range: 1 <= x <= 100
startAfter
string

Opaque pagination cursor. Pass the nextCursor value from the previous response.

Response

OK

clients
object[]
nextCursor
string | null

Opaque cursor for the next page, or null when there are no more results.

hasMore
boolean