cURL
curl --request GET \ --url https://east.sandbox.spade.com/corporations \ --header 'X-Api-Key: <api-key>'
{ "corporations": [ { "name": "<string>", "logo": "<string>", "website": "<string>" } ] }
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.
The name of the merchant you want to find
Successful operation
An array of merchants matching the search query, ordered by relevance. Contains up to five results.
Show child attributes