Error
A valid request URL is required to generate request examples{
"tier": {
"id": "<string>",
"priceMinor": 123,
"currency": "<string>",
"eventId": "<string>",
"title": "<string>",
"kind": "<string>",
"availableCount": 123,
"maxQtyPerPurchase": 123,
"sellable": true
}
}integration
Publish a ticket tier (API token, merchant:write)
POST
/
v1
/
integration
/
tiers
Error
A valid request URL is required to generate request examples{
"tier": {
"id": "<string>",
"priceMinor": 123,
"currency": "<string>",
"eventId": "<string>",
"title": "<string>",
"kind": "<string>",
"availableCount": 123,
"maxQtyPerPurchase": 123,
"sellable": true
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
Default Response
Show child attributes
Show child attributes

