Added
(v2.10.0) App Users
6 days ago
🔷 What's new
We're introducing App Users management endpoints.
App users represent the end customers of operators with a whitelabel app.
You can now manage them directly via the API:
GET /v2/app-users— Retrieves a paginated list of app usersPOST /v2/app-users— Create a new app userGET /v2/app-users/{id}— Get a single app user by idPUT /v2/app-users/{id}— Update an existing app user
These endpoints are only available to operators with a whitelabel app.