Voucher Coupons

List voucher code coupons - client mode

Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.

This API will return a list with coupons that may be used with a given voucherCode. Vocher code is additionally validated, i.e is it a valid code and is it possible to use. An invalid voucher code result in a validation exception.

SecurityClient_Credentials
Request
path Parameters
voucherCode
required
string <= 36 characters
Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/client/voucher/coupons/{voucherCode}
Request samples
Response samples
application/json
{
  • "coupons": [
    ]
}