List entitlements
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/entitlements
Requires scopeentitlements:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Entitlements.
json
{ "data": [ { "id": "a5c81e70-3b29-4f64-9017-8d2e6a4c5b93", "code": "premium_maps", "name": "Premium maps", "description": "Unlocks the paid map pack", "consumable": false, "max_consumption": null } ], "total": 4, "page": 1, "limit": 25, "totalPages": 1 }
More in Entitlements
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs