Skip to main content
GET
List Customers
Use externalCustomerId to look up a customer by your external identifier. Scope: customers:read

Authorizations

Authorization
string
header
required

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

Query Parameters

externalCustomerId
string

Filter by external customer ID (exact match)

limit
integer
default:10
Required range: x <= 100
offset
integer
default:0

Response

Paginated customer list

data
object[]
hasMore
boolean
total
integer