Skip to main content
GET
/
v1
/
ui
/
accounts
List accounts
curl --request GET \
  --url https://api.example.com/v1/ui/accounts
"<array>"

Query Parameters

entityType
enum<string>

Filter by entity type

Available options:
product,
all
includeTransactions
boolean

Include recent transactions in response

includePurchases
boolean

Include purchases in response

transactionLimit
number

Limit number of transactions per account

purchaseLimit
number

Limit number of purchases per account

Response

200 - application/json

List of accounts retrieved successfully