Skip to main content

Overview

API key management endpoints

Available Operations

GetCurrentKeyMetadata

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

Example Usage

Parameters

Response

*operations.GetCurrentKeyResponse, error

Errors

List

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

Example Usage

Parameters

Response

*operations.ListResponse, error

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, error

Errors

Delete

Delete an existing API key. Management key required.

Example Usage

Parameters

Response

*operations.DeleteKeysResponse, error

Errors

Get

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

Example Usage

Parameters

Response

*operations.GetKeyResponse, error

Errors

Update

Update an existing API key. Management key required.

Example Usage

Parameters

Response

*operations.UpdateKeysResponse, error

Errors