API Keys
API key management endpoints for projects
Retrieves a list of API keys for a specific project.
Organization ID
The project ID
A list of API keys.
The request is invalid.
Unauthorized access.
The project was not found.
An unexpected internal server error occurred.
Creates a new API key for a specific project. The API key value will be auto-generated and returned only once in the response.
Organization ID
The project ID
Request to create a new API key.
A descriptive name for the API key.
Production API KeyThe API key was created successfully.
The request payload is invalid.
Unauthorized access.
The project was not found.
An unexpected internal server error occurred.
Soft deletes an API key by setting the deleted_at timestamp. The API key can no longer be used for authentication after deletion.
Organization ID
The project ID
The API key ID
The API key was deleted successfully.
The request is invalid.
Unauthorized access.
The API key was not found.
An unexpected internal server error occurred.
No content
Last updated