Get a managed account
GET
/managed_accounts/{id} Fetch the managed account identified by the id in path.
Request
Path parameters
Responses
200OK
Success
Headers
Body
application/json
ManagedAccountManagedAccount · object · 8 fields
Response example
{ "id": "string", "profileId": "string", "tag": "string", "friendlyName": "string", "currency": "string", "balances": { "availableBalance": 0, "actualBalance": 0 }, "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "creationTimestamp": 0}