Skip to main content
GET
List Accounts
Returns a paginated list of accounts the Platform customer has onboarded.

Path Parameters

string
required
Platform customer id.

Query Parameters

integer
default:"1"
Page number. Default 1; must be ≥ 1.
integer
default:"10"
Items per page. Default 10; range 1–100.
string[] | null
Filter by account status (e.g. active, suspended).
datetime | null
Only accounts created on or after this timestamp (inclusive).
datetime | null
Only accounts created before this timestamp (exclusive).

Response

Returns a paginated list envelope of account objects.
object[]
The account objects on this page.
integer
Current page number.
integer
Items per page.
integer
Total number of items.
integer
Total number of pages.