Skip to main content
Weavr API
Managed accounts

Get an account

GET/managed_accounts/{id}

Returns the managed account identified by id, including its profile, currency, balances, state, and account details.

Read the managed accounts overview for account types, balances, and lifecycle operations.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedAccountManagedAccount · object · 9 fields
Response example
{  "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}