HomeGuidesAPI ReferenceChangelog
Log In
Changelog
Added

(v2.10.0) App Users

🔷 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 users
  • POST /v2/app-users — Create a new app user
  • GET /v2/app-users/{id} — Get a single app user by id
  • PUT /v2/app-users/{id} — Update an existing app user

These endpoints are only available to operators with a whitelabel app.