v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBMerchants
Get merchant by ID
Get Merchant by heron_id
get/api/merchants/{heron_id}
Path parameters
heron_idstring required
The Merchant heron_id
Response
OK
Example response
{
"merchant": {
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"heron_id": "mrc_gkcx4tKTGc2T5v2QiJVuMV"
}
}