cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/tickets/check-in/{ticketCode} \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "data": { "success": true, "ticket_id": "el7yuiyep0006msyw2pri1tem1LpJwSc" } }
Check if a ticket is allowed to be checked in. Its checked against the current event.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Code of the ticket
HTTP OK
Ticket check Check-in
Show child attributes