Redeem

Redeem a redemption code providing the uuid for the redemption record.

post

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
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
  }
}

Redeem a redemption code providing the uuid for the redemption record.

post

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
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
  }
}