Redeem
Utilize this endpoint to redeem a redemption code via its corresponding uuid
Authorizations
Path parameters
redemption_uuidstringRequired
the uuid for the redemption code
Responses
200
OK
application/json
404
Redemption code not found for given uuid.
422
The reward is not redeemable.
post
POST /partner-api/redemptions/{redemption_uuid}/redeem HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"redemption": {
"uuid": "text",
"code": "text",
"promo_code": "text",
"state": "text",
"expires_at": 1
}
}
Utilize this endpoint to redeem a redemption code via its corresponding uuid
Authorizations
Path parameters
redemption_uuidstringRequired
the uuid for the redemption code
Responses
200
OK
application/json
404
Redemption code not found for given uuid.
422
The reward is not redeemable.
post
POST /partner-api/v2/redemptions/{redemption_uuid}/redeem HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"redemption": {
"uuid": "text",
"code": "text",
"promo_code": "text",
"state": "text",
"expires_at": 1
}
}