POST
/
v1
/
redeem
/
reverse

Authorizations

Authorization
string
headerrequired

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

Body

application/json

Details of Reverse Rewards endpoint

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 used to identify the rewards used in a specific transaction. This is generated in the response of the Issue Variable Rewards endpoint - POST /api/v1/redeem/reward/issue.

Response

200 - application/json

Response (metadata) of reward reversal

status
integer

Status of the call

message
string
default: Exception message

Message corresponding to the call

errors
object

Error details, if applicable.

data
object

Additional data, if applicable