Returns authentication key and netadata for an event admissions token. Authenticating requests with the returned key will grant access to endpoints needed for ticket redemption.
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/tokens/{code}
- QA Serverhttps://qa.ticketingevents.com/v3/tokens/{code}
- Production Serverhttps://api.ticketingevents.com/v3/tokens/{code}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/tokens/{code}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "key": "11a6f64c842142235g8668c5ff77024c", "event": "/events/16993717817996", "sections": [ "/events/16993717817996/sections/16993964783416", "/events/16993717817996/sections/16993964783417" ] }