GET

Get Ticket


Retrieves a ticket by unique ticket number.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/events/{eventId}/tickets/{ticketNumber}

Path Params
eventIdstringRequired

Event ID.


ticketNumberstringRequired

Unique ticket number.

Query Params
fieldsetArray <string>

Set of fields to return in the response. See Fieldsets.

Response Object
ticketTicket

Ticket.

Get Ticket Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?