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": "814d81cd-ebf2-4824-800b-1b3cf1ef97c1"
},
"uuid": "30a76abb-5dfc-4499-898b-f4504b2962c4",
"circle": {
"name": "The Codepotato Gang",
"uuid": "31d4f2ea-b5ed-489e-aff0-09e20d976df2"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "015f7208-b9e2-4621-ba4f-28b2696b2489",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-04-09T11:57:56+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T11:57:56+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2026-04-09T11:57:56+01:00",
"expires_at": "2026-04-09T11:57:56+01:00",
"updated_at": "2026-04-09T11:57:56+01:00",
"is_complete": false,
"completed_sections": 2
}