Overview
Entities
Legal Entity
Account Authorization Webhooks
Virtual Account
Transaction
Card
Card Group
Merchant
Get merchant
Fetch details for a single merchant by ID
GET
/
merchant
/
{merchantId}
Copy
Ask AI
curl --request GET \
--url https://api.joinslash.com/merchant/{merchantId} \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"url": "<string>"
}
Authorizations
Authentication from public API requests
Path Parameters
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.joinslash.com/merchant/{merchantId} \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.