Get Merchant by ID
Retrieve merchant data for a specific Kard merchant ID.
Required scopes: rewards:read
Path parameters
id
The Kard merchant ID to query
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object or a string.
Merchant
OR
In the event the merchant ID is not valid for the issuer, this endpoint will return a string that says “No Offers with this merchantId <id>”
Errors
400
Invalid Request
401
Unauthorized Error
404
Does Not Exist Error
500
Internal Server Error