Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
This endpoint requires Organization Admin permissions.
Disable or re-enable an Organization API token. Personal Access Tokens and MCP OAuth grants do not support this operation and can only be revoked.
This operation is idempotent: calling it twice with the same body produces the same result.
Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
UUID of the API token. The token must be an Organization API token and exist in the authenticating user's organization.
Determines if the API token is enabled: false to disable the token, true to re-enable it.
Token updated successfully. Returns the current state of the token, or the same state if already in the requested state.
Unique ID for the token.
Token name.
Token type.
organization, personal, mcp Whether the token is enabled.
ISO 8601 timestamp of when the token was created.
Membership ID of the user who owns the token. null for Organization API keys.
Was this page helpful?