GET
/
api
/
merchants
/
{heron_id}
curl --request GET \
  --url https://app.herondata.io/api/merchants/{heron_id} \
  --header 'x-api-key: <api-key>'
{
  "merchant": {
    "categories": [
      {
        "code": "7311",
        "description": "Advertising services",
        "slug": "advertising_services"
      }
    ],
    "group_id": "Uber",
    "heron_id": "mrc_PwJ4WqW86qm99sA9W6XGhk",
    "icon_url": "<string>",
    "is_priority": true,
    "logo_url": "<string>",
    "name": "<string>",
    "url": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The Merchant heron_id

Response

200 - application/json
OK

The response is of type object.