GET
/api/v1/document-pack/document-pack/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-pack/document-pack/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "John's ISA",
"uuid": "4563060a-b61b-4538-87ac-2ce7f9c267ff",
"created_at": "2025-06-25T15:10:45+01:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2025-06-25T15:10:45+01:00",
"policy_number": "AVI-4837",
"is_main_account": false,
"active_portfolio": {
"name": "Risky Portfolio",
"uuid": "4c35d0d5-ad38-43ba-83fb-b2553bb55f38",
"created_at": "2025-06-25T15:10:45+01:00",
"updated_at": "2025-06-25T15:10:45+01:00",
"is_proposed": true,
"proposed_at": "2025-06-25T00:00:00+01:00"
},
"latest_valuation": {
"uuid": "d2274f60-692c-4a8a-9a0f-75c782d3e77e",
"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": "2025-06-25T15:10:45+01:00",
"created_at": "2025-06-25T15:10:45+01:00",
"updated_at": "2025-06-25T15:10:45+01:00",
"sub_account": "App\\Http\\Resources\\Plans\\SubAccountResource"
}
}
]
}