cURL
curl --request PATCH \ --url https://api-alpha.fourvenues.com/integrations/v2/passes/check-in/by-code/{passCode} \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "checked_in": true } }
Check in a pass by its code if it belongs to the event and the current time is within the event range.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Pass code.
Event identifier.
HTTP OK
true
Show child attributes