API Tokens
Update Token
Enable or disable an API token. The primary use case is disabling a token you suspect may be compromised without permanently deleting it.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The update endpoint currently supports toggling theenabled state of a token. Disabling a token immediately prevents it from being used for API calls while preserving its record for audit purposes. This is preferable to deletion when you want to retain a history of all tokens ever issued.
A disabled token will return 401 Unauthorized on any API request that uses it.
Path Parameters
Your organisation’s unique identifier.
The numeric ID of the token to update.
Request Body
Set to
false to immediately invalidate the token. Set back to true to re-enable it.
