Overview
API key management endpointsAvailable Operations
- GetCurrentKeyMetadata - Get current API key
- List - List API keys
- Create - Create a new API key
- Delete - Delete an API key
- Get - Get a single API key
- Update - Update an API key
GetCurrentKeyMetadata
Get information on the API key associated with the current authentication sessionExample Usage
Parameters
Response
*operations.GetCurrentKeyResponse, errorErrors
List
List all API keys for the authenticated user. Management key required.Example Usage
Parameters
Response
*operations.ListResponse, errorErrors
Create
Create a new API key for the authenticated user. The plaintextkey is returned only in this response. Treat it as a write-only, sensitive value; it cannot be retrieved later. Management key required.