POST
/
v1
/
redeem
/
cancel

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Details to cancel reward

profileId
string

Profile ID of the member. In an ecosystem, it acts as a primary ID to keep the various systems (apps, websites, etc.) in sync.

redemptionCode
string
required

Redemption code. This code must be specified. It is used to identify and link the rewards used in a specific transaction. This code is generated in the response of the Issue Variable Rewards endpoint - POST /api/v1/redeem/reward/issue.

cancelAuditUser
string

Representative who cancelled the audit.

Response

200 - application/json
status
integer

Status of the call

message
string
default: Exception message

Message corresponding to the status of the call.

errors
object

Error details, if any.

data
any

Additional details, if applicable.