Skip to main content
GET
List organization customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

Query Parameters

Free-text search across customer identifiers.

Example:

"us-2f4a"

limit
number

Items per page (1–200). Defaults to 50.

Example:

50

page
number

1-based page number. Defaults to 1.

Example:

1

Response

Paginated customer list as { items, total }