GET
/
merchants
{
  "has_more": true,
  "merchants": []
}

Headers

x-api-key
string
required

The client's API key secret value

Query Parameters

limit
integer
default:10

The maximum number of merchants to return

Required range: 1 <= x <= 50
Example:

10

starting_after
string

The merchant id of the last merchant you processed. The next merchant returned will be the next oldest merchant.

Example:

"01J51S0JYV6N7K1030CV1ZKSCA"

Response

200
application/json
Successful Response
has_more
boolean
required

Whether there are more merchants available to fetch

Example:

true

merchants
object[]