Returns a cursor paged list of merchants

Returns a cursor paged list of merchants.

Query Params
string
length between 32 and 32

Return only objects after this cursor id. Optional.

string
length between 32 and 32

Return only objects before this cursor id. Optional.

int32 | null
1 to 500

Upper bound for the number of objects to be returned. Defaults to 50. Maximum of 500. Optional.

date-time | null

Return only objects which were created from this timestamp on. Optional.
Note: Do not use timestamps for the paging of search results as there can be multiple objects with the same timestamp.

date-time | null

Return only objects which were created until this timestamp. Optional.
Note: Do not use timestamps for the paging of search results as there can be multiple objects with the same timestamp.

date-time | null

Return only objects which were last modified from this timestamp on. Optional.
Note: Do not use timestamps for the paging of search results as there can be multiple objects with the same timestamp.

date-time | null

Return only objects which were last modified until this timestamp. Optional.
Note: Do not use timestamps for the paging of search results as there can be multiple objects with the same timestamp.

string
length between 0 and 32

Return only objects with this state. Optional.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json