API Key Management
This API allows you to retrieve and generate API keys for a specified user.
Overview:
This documentation provides an overview of the API endpoints used to manage API keys for individual users. These endpoints allow authenticated clients to securely retrieve and generate API keys tied to a specific user account. API keys are essential for accessing protected resources, integrating with external systems, and ensuring granular control over system access. All operations require proper authorization via a Bearer token, and responses are returned in standard JSON format for easy consumption in client applications.
Configure API tokens here: Show from instruction
Endpoints OverviewCopied!
Method |
Endpoint |
Description |
---|
GET |
|
Retrieve a list of all API keys associated with the user identified by |
POST |
|
Generate a new API key for the specified user. You can optionally include a |