Merchants
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.