List all fact-find passes for the user Run in API Explorer
Ask AI
GET
/api/v1/fact-find-passes/{factFindRequest_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/fact-find-passes/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"firm": {
"name": "Codepotato Ltd",
"uuid": "bc6f323a-9e61-4af7-b10e-4ba1819a8173"
},
"uuid": "0733218c-b365-484f-ae40-59b9077205e6",
"circle": {
"name": "The Codepotato Gang",
"uuid": "1ed00e6b-389e-4517-84bf-2566bb067189"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "448b8cc6-8ab5-46a2-bc9f-b45dc55417b6",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-04-08T15:40:46+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-08T15:40:46+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2026-04-08T15:40:46+01:00",
"expires_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00",
"is_complete": false,
"completed_sections": 2
}