Revoke Current API Key
撤销当前 Bearer Token 对应的 API Key。
/api/open/v1/auth/revokeEndpoint Overview
撤销当前 Bearer Token 对应的 API Key。
Authentication
Authorization: Bearer <token>access:writeResponse
固定为 open_api.auth.revoke。
API key information after revocation.
API Key ID。
API Key 名称。
所属环境。
当前 Key 具备的 scopes。
Key 状态。
Token 前缀。
Token 后四位。
掩码后的 Token 展示值。
Creation time.
Updated time.
最近使用时间。
最近使用 IP。
最近使用的 User-Agent。
撤销时间。
Always true.
Common Errors
Missing or invalid Bearer token.
The current token hit a rate limit.
当前 API Key 不存在,或已被清理。
Notes
- After revocation, the current token becomes invalid immediately. Use it when leaving a shared environment, disabling an integration, or forcing re-authorization.