Retrieve a list of customers the user has access to.
limit
, offset
, and any custom filters based on metadata.
The response is paginated and includes customer details like name, email, country, tax IDs, and more.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Maximum number of customers to return
Number of records to skip
List of customers
The response is of type object[]
.