List accounts
GET
/managed_accounts Retrieves all managed accounts belonging to the logged-in identity.
Request
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "accounts": [ { "id": "string", "profileId": "10001", "tag": "customer-123", "friendlyName": "string", "currency": "GBP", "balances": { "availableBalance": 0, "actualBalance": 0 }, "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "creationTimestamp": 0, "lowBalanceThreshold": 0 } ], "count": 0, "responseCount": 0}