cURL
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 } }
Retrieve the list of available merchant ids
Authentication from public API requests
A cursor string to fetch the next page of results
Pass in a merchant name to filter merchants by name.
OK
The response is of type object.
object