Skip to main content
GET
/
tickets
/
check-in
/
{ticketCode}
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"
  }
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Path Parameters

ticketCode
string
required

Code of the ticket

Response

HTTP OK

data
object

Ticket check Check-in