Rotate the global API key
Reissue the account-wide credential. Every previous token dies, in every workspace at once.
Related
Get the global key
Disable the global key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
An API key. Every key belongs to exactly one workspace and is managed via the workspace-scoped API key routes. The only exception is the system-managed global account key, which spans all workspaces and is managed via the account global_api_key routes.
AccountResourceMetadata is used to represent a resource that is associated to an account but not to a workspace.
Configuration for an API key.
The current lifecycle state of the API key. Output only. Keys are created STATE_ENABLED; use the :disable and :enable actions to transition between states.
STATE_UNSPECIFIED, STATE_ENABLED, STATE_DISABLED