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/account/keys
-
POST Create a new API keyCreates a new API key for the currently authenticated user/account/keys
-
DELETE Delete an API keyDeletes an API key for the currently authenticated user. Use the Key (Guid) as the identifier./account/keys/{key}