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": "4238e51f-e8c0-4493-b72d-01451d682fe2",
"created_at": "2026-04-29T16:54:31+01:00",
"updated_at": "2026-04-29T16:54:31+01:00",
"sub_account": {
"uuid": "27984c78-fff5-4652-88f9-1676fd5edc7b",
"created_at": "2026-04-29T16:54:31+01:00",
"updated_at": "2026-04-29T16:54:31+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": "App\\Http\\Resources\\Plans\\ValuationResource",
"is_main_account": false,
"active_portfolio": "App\\Http\\Resources\\Plans\\PortfolioResource",
"statistics": {
"recent_growth": 100
}
},
"level": "info",
"message": "Successfully updated valuation and holdings from provider feed.",
"context": {
"additional": "info"
}
}