v1
latestOpenAPI 3.1.02026-07-241660500.9 KBGet List of Merchants
Gets a list of all merchants the user has access to
get/v3/merchant
Query parameters
limitinteger
How many results to return
offsetinteger
Which record to start on
Headers
Authorizationstring
Response
200
Example response
{
"records": [
{
"id": 418272276,
"dba": "Golf Store TEST",
"xmid": 8739000841300002,
"applicationStatus": "0",
"plan": "Basic",
"package": [
"Basic"
],
"address": {
"name": "Location",
"address1": "1360 BING WAY",
"city": "ALPHARETTA",
"state": "GA",
"zip": "30004",
"country": "USA"
}
}
],
"recordCount": 2
}