Get a ticket
GET {{baseUrl}}/zoom_events/events/:eventId/tickets/:ticketId
Use this API to get information on a specific ticket.
Scopes:
zoom_events_tickets:read
zoom_events_tickets:read:admin
Rate Limit Label
:
LIGHT
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"ticket_id":"\u003cstring\u003e","ticket_type_id":"\u003cstring\u003e","external_ticket_id":"\u003cstring\u003e","event_join_link":"\u003cstring\u003e","send_notification":"\u003cboolean\u003e","email":"\u003cstring\u003e","ticket_role_type":"subscription","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","state":"\u003cstring\u003e","zip":"\u003cstring\u003e","country":"\u003cstring\u003e","phone":"\u003cstring\u003e","industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","organization":"\u003cstring\u003e","organization_size":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"}]}