List sellers
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/sellers
Requires scopesellers:read
Paid plans only.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Sellers.
json
{ "sellers": [ { "id": "6c9e2a74-1f58-4b03-9d76-4a1c8e5b2073", "username": "reseller_one", "balance_day": 10, "balance_week": 4, "balance_month": 2, "balance_lifetime": 0, "key_levels": "1,2", "can_create_licenses": true, "max_licenses": 500, "licenses_created": 118, "enabled": true, "expires_at": "2026-12-01T00:00:00.000Z" } ] }
More in Sellers
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs