POST
/
v1
/
organizations
/
api_keys
/
{api_key_id}

Headers

x-api-key
string
required

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.

anthropic-version
string
required

The version of the Anthropic API you want to use.

Read more about versioning and our version history here.

Path Parameters

api_key_id
string
required

ID of the API key.

Body

application/json
name
string

Name of the API key.

status
enum<string> | null

Status of the API key.

Available options:
active,
inactive,
archived

Response

200 - application/json
id
string
required

ID of the API key.

type
enum<string>
default: api_keyrequired

Object type.

For API Keys, this is always "api_key".

Available options:
api_key
name
string
required

Name of the API key.

workspace_id
string | null
required

ID of the Workspace associated with the API key, or null if the API key belongs to the default Workspace.

created_at
string
required

RFC 3339 datetime string indicating when the API Key was created.

created_by
object
required

The ID and type of the actor that created the API key.

partial_key_hint
string | null
required

Partially redacted hint for the API key.

status
enum<string>
required

Status of the API key.

Available options:
active,
inactive,
archived

Was this page helpful?