Get a beneficiary of a plan Run in API Explorer
Ask AI
GET
/api/v1/plans/{plan_uuid}/beneficiary/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/beneficiary/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Beneficiary name",
"uuid": "f51b0c9e-c153-4c8b-a110-b716d86b6c4f",
"cover": {
"uuid": "438d05e9-8b3e-45f7-ab46-c30479497d5b",
"client": "App\\Http\\Resources\\AccountResource",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
}
},
"cover_type": "critical_illness",
"created_at": "2025-12-04T22:09:16+00:00",
"indexation": 1.4,
"updated_at": "2025-12-04T22:09:16+00:00",
"benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
}
},
"benefit_status": "active",
"benefit_frequency": "monthly"
},
"created_at": "2025-12-04T22:09:16+00:00",
"percentage": 50,
"updated_at": "2025-12-04T22:09:16+00:00"
}