GET
/
partner
/
merchants
curl https://api.thanx.com/partner/merchants $HEADERS
{
  "merchants": [
    {
      "id": "k2lye10h32l5wzo",
      "name": "Pizza Company",
      "handle": "pizzacompany"
    }
  ]
}

This endpoint can be used to fetch the IDs of all merchants that are currently accessible to the integration partner.

curl https://api.thanx.com/partner/merchants $HEADERS

Response

id
string

Merchant ID

handle
string

Merchant Handle. This is used as a long-lived unique descriptive identifier for the merchant across the Thanx platform.

name
string

Merchant Name

{
  "merchants": [
    {
      "id": "k2lye10h32l5wzo",
      "name": "Pizza Company",
      "handle": "pizzacompany"
    }
  ]
}