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": "f0680829-945b-48c2-803d-a03b71c202db"
},
"uuid": "31024eab-e376-4797-8c14-d585522b757a",
"circle": {
"name": "The Codepotato Gang",
"uuid": "be39196c-2223-4adf-ab9a-e79eeb6fe27c"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "570f44f7-dc52-4839-b5cf-7362217d941c",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-03-18T16:05:24+00:00",
"first_name": "Gareth",
"updated_at": "2026-03-18T16:05:24+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2026-03-18T16:05:24+00:00",
"expires_at": "2026-03-18T16:05:24+00:00",
"updated_at": "2026-03-18T16:05:24+00:00",
"is_complete": false,
"completed_sections": 2
}