Get Merchant by ID

Retrieve merchant data for a specific Kard merchant ID.
Required scopes: rewards:read

Path parameters

idstringRequired

The Kard merchant ID to query

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object or a string.
Merchantobject
OR
string

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