---
title: "Get merchant by ID"
method: GET
path: "/api/merchants/{heron_id}"
tags: ["Merchants"]
---

# Get merchant by ID

`GET /api/merchants/{heron_id}`

Get Merchant by heron_id

## Path parameters

- `heron_id` string, required

## Response `200`

OK

- object
  - `merchant` Merchant
    - `categories` MerchantCategory[]
      - `code` string, required
      - `description` string, nullable
      - `slug` string, nullable
    - `group_id` 'Uber' | 'Google' | 'Intuit' | 'debt.mca_or_rbf' | 'debt.non_bank_business' | 'debt.equipment_and_auto_leasing' | 'debt.mortgage' | 'debt.personal_non_mortgage' | 'debt.collections' | 'debt.bank' | 'invoice_factoring' | 'fuel_provider' | 'gambling_and_betting' | 'null', nullable
    - `heron_id` string
    - `icon_url` string, url, nullable
    - `is_priority` boolean
    - `logo_url` string, url, nullable
    - `name` string, required
    - `url` string, url, required

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
