curl --request GET \
--url https://app.herondata.io/api/merchants/search \
--header 'x-api-key: <api-key>'{
"merchants": [
{
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"group_id": "Uber",
"heron_id": "mrc_MQ6m783Jf7Ewj7nk5KyJYy",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
}
]
}Search Merchants by name
curl --request GET \
--url https://app.herondata.io/api/merchants/search \
--header 'x-api-key: <api-key>'{
"merchants": [
{
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"group_id": "Uber",
"heron_id": "mrc_MQ6m783Jf7Ewj7nk5KyJYy",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
}
]
}Full or partial name, minimum 3 characters
If true, only returns priority merchants
A list of up to 5 merchants which match the search term, sorted by descending order of their URL rank and the frequency this merchant has been seen historically.
Show child attributes
Was this page helpful?