Skip to main content
GET
List customers

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Query Parameters

limit
integer
default:50

Maximum number of results to return (default: 50)

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

Pagination cursor for fetching the next page

Response

List of customers

data
object[]
required
nextCursor
string | null

Cursor for the next page of results