Skip to main content
GET
/
corporations
Search for merchants
curl --request GET \
  --url https://east.sandbox.spade.com/corporations \
  --header 'X-Api-Key: <api-key>'
{
  "corporations": [
    {
      "name": "<string>",
      "logo": "<string>",
      "website": "<string>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

name
string
required

The name of the merchant you want to find

Response

Successful operation

corporations
object[]

An array of merchants matching the search query, ordered by relevance. Contains up to five results.