Fail Admit Token

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

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
tokenUUIDRequired
A unique token that identifies a specific admission request
reasonstringRequired
The reason for failing to admit the token.

Response

This endpoint returns an object.