---
title: "Try Admit"
method: POST
path: "/{tenant}/{environment}/{company}/speedgate/try"
tags: ["speedgate > Speedgate"]
---

# Try Admit

`POST /{tenant}/{environment}/{company}/speedgate/try`

This endpoint attempts to validate a customer's reference number and identifies it as either a ticket, member card, or wallet. Each type provides different responses. <br><br><b>Ticket Reference</b> Returns a single token that you can use with the admitToken endpoint. <br><br><b>Member Card</b> Reference Returns a primary token for the member and additional tokens for any guests, with details such as guest type and max number of guests. <br><br><b>Wallet Reference</b> Returns a list of tickets, each with relevant admission details, which can be individually used in subsequent calls to tryAdmit. <br><br><b>City Card Reference</b> Returns a token for the city card, which can be used with the admit endpoint. <br><br><b>Ticket Token Reference</b> Returns an admit token and a list of tickets that will be admitted when the admit token is used.

## Path parameters

- `tenant` string, required — Your Entra Tenant ID. [More details.](/paths#1-tenant)
- `environment` string, required — Your Business Central Environment. [More details.](/paths#2-environment)
- `company` string, required — Your Business Central Company. [More details.](/paths#3-company)

## Headers

- `x-np-api-key` string, required
- `x-api-version` string, date — Used for API versioning. [More details.](/apis/versioning)

## Request body

- TypesCompositeTryAdmitRequest — unresolved $ref

## Response `200`

Returns the result of the try to admit a customer.

- TypesCompositeTryAdmitResponse — unresolved $ref

---

[API](https://skmtc.dev/navipartner/apis/api-reference.md) · [All operations](https://skmtc.dev/navipartner/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/navipartner/api-reference/revisions/679ad9860a08/schema)
