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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

heron_id
string
required

The Merchant heron_id

Response

200 - application/json
OK
merchant
object