Update Api Key
Headers
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
The version of the Anthropic API you want to use.
Read more about versioning and our version history here.
Path Parameters
ID of the API key.
Body
Name of the API key.
Status of the API key.
active
, inactive
, archived
Response
ID of the API key.
Object type.
For API Keys, this is always "api_key"
.
api_key
Name of the API key.
ID of the Workspace associated with the API key, or null if the API key belongs to the default Workspace.
RFC 3339 datetime string indicating when the API Key was created.
The ID and type of the actor that created the API key.
Partially redacted hint for the API key.
Status of the API key.
active
, inactive
, archived
Was this page helpful?