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": "39d9f0d8-50e4-44ae-ae59-cf790ff54fdb",
"level": "info",
"context": {
"additional": "info"
},
"message": "Successfully updated valuation and holdings from provider feed.",
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00",
"sub_account": {
"name": "John's ISA",
"uuid": "0c77aec1-b681-4197-b780-e8b2b21572f9",
"created_at": "2025-12-04T22:09:16+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2025-12-04T22:09:16+00:00",
"policy_number": "AVI-4837",
"is_main_account": false,
"active_portfolio": "App\\Http\\Resources\\Plans\\PortfolioResource",
"latest_valuation": "App\\Http\\Resources\\Plans\\ValuationResource"
}
}