v1
latestOpenAPI 3.1.02026-07-241080412.6 KBRedeem a gift
Use this endpoint to redeem a gift. A gift can be redeemed after a successful verification with Verify a gift (GET /gifts/verification/{code}) endpoint.
post/gifts/redeem/{code}
Path parameters
codestring required
A gift code. Min length: 9, max length: 9. Example: 1A2B-3C4D.
Response
200
Example response
{
"responseData": {
"message": "OK"
}
}