Buyers
List all buyers
List all buyers or search for a specific buyer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Query Parameters
A pointer to the page of results to return.
Examples:
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
Required range:
1 <= x <= 100
Examples:
20
Filters the results to only the buyers for which the display_name
or external_identifier
matches this value.
Examples:
"John"
Filters the results to only the buyers for which the external_identifier
matches this value.
Examples:
"buyer-12345"
Response
200
application/json
Successful Response
The response is of type object
.