Authentication
Create API Key
Add a new API key to authenticate endpoint requests.
POST
Body Parameters
string
required
The API key reference name. Maximum 50 characters.
number
default:"60"
The ratelimit assigned to this specific API key. Measured in requests per minute.
string
The API key can be assigned either the
user or the admin permission.user: Allows access only to unprotected endpoints or endpoints with theusertype authentication enabled.admin: Allows access to all endpoints by default and admin endpoints (manage API keys).
