GET
/
merchant
curl --request GET \
  --url https://api.joinslash.com/merchant \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
headerrequired

Authentication from public API requests

Query Parameters

cursor
string

A cursor string to fetch the next page of results

search:merchant_name
string

Pass in a merchant name to filter merchants by name.

Response

200 - application/json
items
object[]
required
metadata
object

Response sent when requesting a list of data