Skip to main content

Look up voucher by code

GET /v1/public/vouchers/lookup

Finds a customer voucher by its exact human-readable code.

Authorization

X-API-Key required with the vouchers:read scope

Parameters

NameLocationTypeRequiredDescription
codequerystringYesIssued voucher code.

Request example

curl -X GET "https://api.remyrewards.co.uk/v1/public/vouchers/lookup?code=GIFT8HD42K" \
  -H "Accept: application/json" \
  -H "X-API-Key: YOUR_API_KEY"

Responses

StatusDescription
200Voucher retrieved.
400The request is missing a required value or contains invalid data.
401The API key is missing or invalid.
403The API key is valid but does not have the required scope.
404The requested integration resource was not found.
429A rate or concurrency limit was exceeded.