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
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
token
A unique token that identifies a specific admission request
reason
The reason for failing to admit the token.
Response
This endpoint returns an object.