Skip to main content
POST
Redeem Code

Authorizations

Authorization
string
header
required

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

Body

application/json

Redeem Code Payload

description
string
required

Descripción del código

Example:

"Promo 1"

amount
number
required

Monto del código

Example:

100

code
string

El código para redimir

Example:

"CJXEQZK"

expirationDate
string<date-time>

Fecha de expiración del código

Example:

"2020-01-01T00:00:00.000Z"

Response

The OpenAPI spec

success
boolean
Example:

true

data
object