API Key Endpoints
List API Keys
Retrieve a list of API keys associated with the user.
GET
OpenMind allows you to manage your API keys for accessing various services. This endpoint retrieves a list of all API keys associated with your account.
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
Successful response
The response is of type object[]
.