Merchants
List Merchants
Retrieve a paginated list of all merchants
GET
Retrieve a paginated list of all merchants for your account. Deleted merchants are not included.
Headers
string
required
Bearer token authentication.
string
required
Must be
2026-03-01.Query Parameters
integer
default:"10"
Maximum number of merchants to return. Maximum value is 100.
string
Pagination cursor from a previous response. Use the
last_merchant_id from the previous response.Response
array
Array of merchant objects.
boolean
Whether there are more merchants to fetch.
string
The ID of the last merchant in this response. Use as
cursor for the next page.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
2026-01-01 Query Parameters
Maximum number of merchants to return (max 100)
Required range:
x <= 100Pagination cursor from previous response