Skip to main content
GET
/
Merchants
cURL
curl --request GET \
  --url https://api.example.com/Merchants
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "handle": "<string>",
  "state": "Active",
  "createdAt": "2023-11-07T05:31:56Z",
  "apiKeys": [
    {
      "token": "<string>"
    }
  ],
  "agreements": [
    {
      "scheme": "<string>",
      "handle": "<string>",
      "state": "Active",
      "schemeData": {}
    }
  ]
}

Response

OK

id
string<uuid>
name
string | null
handle
string | null
state
enum<string>
Available options:
Active,
PendingActivation,
InActive
createdAt
string<date-time>
apiKeys
object[] | null
agreements
object[] | null