curl --request GET \
--url https://api.joinslash.com/merchant/{merchantId} \
--header 'X-API-Key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"url": "<string>"
}
Fetch details for a single merchant by ID
curl --request GET \
--url https://api.joinslash.com/merchant/{merchantId} \
--header 'X-API-Key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"url": "<string>"
}
Authentication from public API requests
OK
The response is of type object
.