Ready to get started with Slash? Get Started →
curl --request GET \
--url https://api.slash.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.slash.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