v1

latestOpenAPI 3.1.02026-07-227350156.5 KB
Merchant Search

Search for merchants

<Info>This endpoint is in beta. To request access, contact sales@spade.com.</Info>

Search for merchants in Spade's merchant database by name.

Designed for powering autocomplete experiences, this endpoint returns up to five matching merchants with their name, logo, and website.

To learn more, read the Merchant Search Guide.

get/corporations

Query parameters

namestring required

The name of the merchant you want to find

Response

Successful operation

Example response

{
  "corporations": [
    {
      "name": "Starbucks",
      "logo": "https://static.v2.spadeapi.com/logos/49fd51a15a193e5d8d28eb056ecf8939/light.png",
      "website": "starbucks.com"
    }
  ]
}