Create an entitlement
POSThttps://api.evora.lol/api/developer-api/apps/{appId}/entitlements
Requires scopeentitlements:write
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Body
| coderequired string | |
| namerequired string | |
| description string | |
| consumable boolean | |
| max_consumption integer |
Request
{ "code": "aimbot", "name": "Aimbot module", "consumable": false }
Responses
200Created.
json
{ "entitlement": { "id": "a5c81e70-3b29-4f64-9017-8d2e6a4c5b93", "code": "premium_maps", "name": "Premium maps", "description": "Unlocks the paid map pack", "consumable": false, "max_consumption": null } }
More in Entitlements
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs