Get a sub account Run in API Explorer
Ask AI
GET
/api/v1/plans/{plan_uuid}/sub-accounts/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/sub-accounts/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "John's ISA",
"uuid": "19c26a86-d22e-4128-af80-0b970475428c",
"created_at": "2026-01-25T17:42:55+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2026-01-25T17:42:55+00:00",
"policy_number": "AVI-4837",
"is_main_account": false,
"active_portfolio": {
"name": "Risky Portfolio",
"uuid": "1ec3ee7b-22e3-473f-8be3-d4b2b460490b",
"created_at": "2026-01-25T17:42:55+00:00",
"updated_at": "2026-01-25T17:42:55+00:00",
"is_proposed": true,
"proposed_at": "2026-01-25T00:00:00+00:00"
},
"latest_valuation": {
"uuid": "780e1123-af67-4b91-a282-db914dc6c505",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"valued_at": "2026-01-25T17:42:55+00:00",
"created_at": "2026-01-25T17:42:55+00:00",
"updated_at": "2026-01-25T17:42:55+00:00",
"sub_account": "App\\Http\\Resources\\Plans\\SubAccountResource"
}
}