Skip to main content
POST
Mint redemption codes

Authorizations

Authorization
string
header
required

The API key's secret (osk_…), shown once when the key is created in the console.

Path Parameters

eventId
string
required

Body

application/json
registrationTypeId
string
required
Required string length: 1 - 100
count
integer
Required range: 1 <= x <= 500
code
string
Pattern: ^[A-Za-z0-9-]{4,32}$
label
string | null
Maximum string length: 200
maxUses
integer | null
Required range: 1 <= x <= 1000000
expiresAt
string<date-time> | null

Response

The minted codes.

redemptionCodes
object[]
required