Skip to main content
PATCH
/
v2
/
passes
/
check-in
/
by-code
/
{passCode}
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
  }
}

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

passCode
string
required

Pass code.

Query Parameters

event_id
string
required

Event identifier.

Response

HTTP OK

success
boolean
Example:

true

data
object