Get a document pack Run in API Explorer
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": "4c04c518-fa29-4e6d-8d54-58bcdaa8b2a1",
"created_at": "2025-11-18T19:51:11+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2025-11-18T19:51:11+00:00",
"policy_number": "AVI-4837",
"is_main_account": false,
"active_portfolio": {
"name": "Risky Portfolio",
"uuid": "8ca9ecd5-37ea-47a9-8eb3-d8dc4bc8297b",
"created_at": "2025-11-18T19:51:11+00:00",
"updated_at": "2025-11-18T19:51:11+00:00",
"is_proposed": true,
"proposed_at": "2025-11-18T00:00:00+00:00"
},
"latest_valuation": {
"uuid": "f8d40df9-54a3-44e1-b31c-fa48cec3d42c",
"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-11-18T19:51:11+00:00",
"created_at": "2025-11-18T19:51:11+00:00",
"updated_at": "2025-11-18T19:51:11+00:00",
"sub_account": "App\\Http\\Resources\\Plans\\SubAccountResource"
}
}
]
}