Retrieve full details of the requested tier
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Full details of the requested tier were successfully retrieved.
The date and time after which tickets in this tier can be purchased.
The group of events this tier applies to. When this tier is purchased tickets are issued to each event listed.
The maximum number of tickets that can be purchased from this tier in a single order
A note sent to customers upon issuance of tickets wihin this tier, providing addiional event details, disclaimers or privileged content.
Whether or not tickets issued under this tier are for complimentary distrbution by the host (true) or available for purchase (false)
Whether or not tickets issued under this tier can be transferred after issuance (true) or must be user by the customer they were issued to (false)
List of 'promotion tiers' to which tickets issued under this tier can be upgraded.
{ "self": "/tiers/19381758318131", "name": "Backstage Pass", "description": "Gain exclusive access to meet the Supes and hang out after the show.", "price": 299.9, "capacity": 20, "available_from": "2025-05-02T21:00:00Z", "available_to": "2025-07-01T00:00:00Z", "events": [ { … }, { … } ], "artwork": "http://localhost/tier/artwork/19381758318131.jpeg", "unit_size": 1, "purchase_limit": 2, "purchase_note": "Your all set. Remember to give the codeword HOMELANDER when coming backstage.", "complimentary": false, "transferable": false, "upgrades": [ { … } ], "gross_sales": 100000, "tickets_sold": 200 }