v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Accounts

Get all accounts

Returns a paginated list of accounts

get/accounts

Query parameters

cursorstring uuid

A string token is used to fetch next set of results. If not provided, the first page of results will be returned. Use the 'next_cursor' value from the previous response to fetch the next page.

limitinteger

An integer specifying the maximum number of results to return per page. Defaults to 10 if not provided.

typestring

The type of accounts to retrieve. Allowed values are: ALL: Includes all account types. RESELLER: Includes only reseller accounts. NON_RESELLER: Includes only non-reseller accounts.

Response

successful operation

numElementsinteger
nextCursorstring uuid