API Keys
API Keys functionality allows to create access key with granular permissions and resource management.
📄️ List API Keys
Retrieves all API keys created by the current user. The results are ordered by creation date in descending order (most recent first). API key values are not included in the response for security reasons.
📄️ Create API Key
Creates a new API Key to access SDP endpoints. API Key can be configured to have a granular read/write access, also API key can be restricted to the specific IP or range of the IPs.
📄️ Get API Key Details
Retrieves a specific API key by its ID. Returns the API key details including permissions and restrictions, but does not include the actual key value for security reasons.
📄️ Update API Key
Updates an existing API key's permissions and IP restrictions. The API key name and expiration date cannot be modified after creation.
📄️ Delete API Key
Permanently deletes an API key. This action cannot be undone. Once deleted, the API key will no longer be able to authenticate API requests.