Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
A list of customers.
The response is of type object
.
Returns a list of all Customer objects corresponding to the merchant.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of customers.
The response is of type object
.