cURL
curl --request PUT \ --url https://api-alpha.fourvenues.com/integrations/tickets/{ticketId}/checkin \ --header 'Content-Type: application/json' \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>' \ --data '{ "enter": 1, "entry_date": "2022-09-15T23:00:00.000Z", "quality": 2 }'
{ "success": true }
Update check-in from ticket
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Id of the ticket
Body of the request
Ticket Check-in Update
HTTP OK
The response is of type object.
object