Skip to main content
Weavr Multi Product API
Managed Accounts

Get all managed 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": "string",      "tag": "string",      "friendlyName": "string",      "currency": "string",      "balances": {        "availableBalance": 0,        "actualBalance": 0      },      "state": {        "state": "ACTIVE",        "blockedReason": "USER",        "destroyedReason": "SYSTEM"      },      "creationTimestamp": 0    }  ],  "count": 0,  "responseCount": 0}