---
title: "Fail Admit Token"
method: PUT
path: "/{tenant}/{environment}/{company}/speedgate/failAdmitToken"
tags: ["speedgate > Speedgate"]
---

# Fail Admit Token

`PUT /{tenant}/{environment}/{company}/speedgate/failAdmitToken`

This endpoint marks a token as invalid, preventing its future use for admission. It can also fail an already admitted token, effectively revoking the speedgate admission. Note, however, that the actual admission cannot be undone in the system; only the speedgate token can be marked as failed. This is useful for handling situations where scanner personnel override the business rules of an admission attempt.

## 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

- TypesCompositeFailAdmitTokenRequest — unresolved $ref

## Response `200`

Response with status 200

- ServiceSpeedgateFailAdmitTokenResponse — 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)
