Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
enum<string>
required
Available options:
2026-01-01

Query Parameters

limit
integer
default:10

Maximum number of merchants to return (max 100)

Required range: x <= 100
cursor
string

Pagination cursor from previous response

Response

List of merchants

merchants
object[]
has_more
boolean

Whether there are more merchants to fetch

last_merchant_id
string

Use as cursor for next page