Seat usage for a customer
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/users/{userId}/floating/seats
Requires scopefloating:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| userIdrequired string (uuid) | End-user UUID. |
Responses
200Seat info.
json
{ "total": 3, "used": 1, "available": 2 }
More in Floating licenses
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs