Get all the provider feed logs for a given plan Run in API Explorer
Ask AI
GET
/api/v1/plans/{plan_uuid}/provider-feed-logs
curl \
--request GET 'https://api.plannrcrm.com/api/v1/plans/6ff8f7f6-1eb3-3525-be4a-3932c805afed/provider-feed-logs' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "569ddccf-7eb4-43af-9ee9-3ac7ab8cca04",
"created_at": "2026-08-28T07:34:59+01:00",
"updated_at": "2026-08-28T07:34:59+01:00",
"sub_account": {
"uuid": "33af2062-fd8b-4585-8b9a-a81f5db140b4",
"created_at": "2026-08-28T07:34:59+01:00",
"updated_at": "2026-08-28T07:34:59+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": {
"uuid": "cadbf4b5-0eb1-49b4-a9e6-1d4ef234b281",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"valued_at": "2026-08-28T07:35:05+01:00",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
}
},
"is_main_account": false,
"active_portfolio": {
"uuid": "fe73eeb4-b0b5-4e99-ab67-29ecf7c7fe05",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"is_proposed": true,
"proposed_at": "2026-08-28T00:00:00+01:00",
"name": "Risky Portfolio"
},
"statistics": {
"recent_growth": 100
}
},
"level": "info",
"message": "Successfully updated valuation and holdings from provider feed.",
"context": {
"additional": "info"
}
}