v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
Merchants

Search merchants

Search Merchants by name

get/api/merchants/search

Query parameters

namestring required

Full or partial name, minimum 3 characters

only_priorityboolean

If true, only returns priority merchants

Response

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.

Example response

{
  "merchants": [
    {
      "categories": [
        {
          "code": "7311",
          "description": "Advertising services",
          "slug": "advertising_services"
        }
      ],
      "heron_id": "mrc_gkcx4tKTGc2T5v2QiJVuMV"
    }
  ]
}