curl --request GET \
--url https://api.joinslash.com/merchant-category \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
Retrieve the list of available merchant category ids
curl --request GET \
--url https://api.joinslash.com/merchant-category \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
Authentication from public API requests
A cursor string to fetch the next page of results
OK
The response is of type object
.