Skip to main content

When to use

Use this to list all accounts you’ve created (users and businesses) for dashboards or reconciliation.

Endpoint

  • GET {{ACCOUNT_URL}}/v1/ext/account/users
  • Auth: Bearer {{accessToken}}
  • Query params: limit (max 10), page (default 1)

Request

Response (200)

Notes

  • Returns both USER and BUSINESS accounts.
  • Use meta to page through results.