API Key Endpoints
Create API Keys
Create a new API key for the user.
POST
OpenMind provides a secure way to create API keys for accessing various services. This endpoint allows you to generate new API keys that can be used for authentication and authorization in your applications.
The JWT token is generated with Clerk and is used to authenticate your requests. Ensure you have the necessary permissions to access this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
API key created successfully
The response is of type object
.