Auth
Create Api Key
Create a new API key for the current user. Requires JWT Bearer authentication with the token received from the login endpoint.
Authorization
Authorization
RequiredBearer <token>Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)
In: header
Request Body
application/json
Requiredname
string | null | nullResponse Body
Schema for API key response.
TypeScript Definitions
Use the response body type in TypeScript.
key
RequiredKeykey_prefix
RequiredKey Prefixname
string | null | nullHow is this guide?