---
title: "Performs check whether given code is allowed access to the checking zone"
method: POST
path: "/api/v1/VerifyTicketNumber"
tags: ["Ticket checking / access control"]
---

# Performs check whether given code is allowed access to the checking zone

`POST /api/v1/VerifyTicketNumber`

## Request body

- VerificationArgs
  - `Mode` 0 | 1
  - `AclItemId` integer — Id of the ACL Item [Access zone ID]
  - `CheckingId` string, nullable — Current code from the scanned ticket [QR code, barcode, ticket identifier]
  - `Update` boolean — Determines if entry count is updated True = Entry count is updated, current state is obatained after updated entry count False = Only current state is obtained
  - `ExtendedData` boolean — Determines if extended data about the TicketNumber are sent to the response
  - `OnDemandEnabled` boolean — INTERNAL - leave null or false Determines if on-demand ticket entries are allowed access.

## Response `200`

OK

---

[API](https://skmtc.net/inviton/apis/inviton-web-api.md) · [All operations](https://skmtc.net/inviton/apis/inviton-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inviton/inviton-web-api/revisions/a8be3ca51a5f/schema)
