API Keys
API key management for programmatic access to the Sodium API. Provides endpoints to create new API keys with custom names and expiration dates, list all API keys for the authenticated user, retrieve individual API key details, update API key properties, and revoke API keys. API keys enable secure server-to-server integrations and automation workflows.
-
GET List all API keys for the current userReturns all API keys associated with the currently authenticated user. Not available to API key callers./account/keys
-
POST Create a new API keyCreates a new API key for the currently authenticated user. Not available to API key callers./account/keys
-
PUT Update an API key's name and scopeUpdates an API key's name and tenant/role scope (full replacement — omit the scope fields to make the key unscoped). Use the Key (Guid) as the identif.../account/keys/{key}
-
DELETE Delete an API keyDeletes an API key for the currently authenticated user. Use the Key (Guid) as the identifier. Not available to API key callers./account/keys/{key}