APIKeys - Go SDK
APIKeys - Go SDK
APIKeys method reference
APIKeys - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
API key management endpoints
Get information on the API key associated with the current authentication session
*operations.GetCurrentKeyResponse, error
List all API keys for the authenticated user. Management key required.
*operations.ListResponse, error
Create a new API key for the authenticated user. Management key required.
*operations.CreateKeysResponse, error
Delete an existing API key. Management key required.
*operations.DeleteKeysResponse, error
Get a single API key by hash. Management key required.
*operations.GetKeyResponse, error
Update an existing API key. Management key required.
*operations.UpdateKeysResponse, error