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)
{
"uuid": "87de72cd-2dad-4626-ba05-9535649f5f49",
"created_at": "2026-08-28T07:34:57+01:00",
"updated_at": "2026-08-28T07:34:57+01:00",
"firm": {
"uuid": "027647a8-0471-4c4f-830b-f93004caac52",
"name": "Codepotato Ltd"
},
"account": {
"uuid": "5cc93a79-8d86-4757-8bec-c7a568613a8e",
"created_at": "2026-08-28T07:34:57+01:00",
"updated_at": "2026-08-28T07:34:57+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"circle": {
"uuid": "bf748571-d5d1-4c7b-813b-3782f40350ae",
"name": "The Codepotato Gang"
},
"expires_at": "2026-08-28T07:34:57+01:00",
"progress": 50,
"is_complete": false,
"completed_sections": 2
}