Create an application
POSThttps://api.evora.lol/api/developer-api/apps
Requires scopeapps:write
Rejected for app-scoped keys.
Body
| namerequired string | Max length: 100 |
| description string | |
| auth_mode enum | One of: license · user_pass · both · Default: "both" |
| twofa_policy enum | One of: disabled · optional · required · Default: "optional" |
| stats_public boolean | Default: false |
Request
{ "name": "Lunar", "auth_mode": "user_pass" }
Responses
201Created.
403Key lacks the required scope, or the resource belongs to another tenant.
json
{ "error": "API key missing required scope: users:write" }
409An application with that name already exists.
More in Applications
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs