Skip to main content

Overview

API key management endpoints

Available Operations

get_current_key_metadata

Get information on the API key associated with the current authentication session

Example Usage

Parameters

Response

operations.GetCurrentKeyResponse

Errors

list

List all API keys for the authenticated user. Management key required.

Example Usage

Parameters

Response

operations.ListResponse

Errors

create

Create a new API key for the authenticated user. The plaintext key is returned only in this response. Treat it as a write-only, sensitive value; it cannot be retrieved later. Management key required.

Example Usage

Parameters

Response

operations.CreateKeysResponse

Errors

delete

Delete an existing API key. Management key required.

Example Usage

Parameters

Response

operations.DeleteKeysResponse

Errors

get

Get a single API key by hash. Management key required.

Example Usage

Parameters

Response

operations.GetKeyResponse

Errors

update

Update an existing API key. Management key required.

Example Usage

Parameters

Response

operations.UpdateKeysResponse

Errors