ApiKeyResource

Provides operations for managing API keys: list, create, and delete.

Functions

Link copied to clipboard
suspend fun create(block: CreateApiKeyBuilder.() -> Unit = {}): CreateApiKeyResponse

Creates a new API key.

Link copied to clipboard
suspend fun delete(apiKeyId: String)

Deletes an API key by ID.

Link copied to clipboard
suspend fun list(block: ListApiKeysBuilder.() -> Unit = {}): ApiKeyList

Lists API keys with optional pagination.