v1

latestOpenAPI 3.1.02026-07-261444991.2 MB
Customer

List customers

This endpoint returns a list of all customers for an account. The list of customers is ordered starting from the most recently created customer. This endpoint follows Orb's standardized pagination format.

See Customer for an overview of the customer model.

get/customers

Query parameters

limitinteger

The number of items to fetch. Defaults to 20.

cursorstring nullable

Cursor for pagination. This can be populated by the next_cursor value returned from the initial request.

created_at[gte]string date-time nullable
created_at[gt]string date-time nullable
created_at[lt]string date-time nullable
created_at[lte]string date-time nullable

Response

OK