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": "f31470d0-9874-4194-be93-65c32d8154b3",
"created_at": "2026-07-17T15:25:28+01:00",
"updated_at": "2026-07-17T15:25:28+01:00",
"firm": {
"uuid": "d9569dbe-a5b1-4f19-9009-50be2e43412a",
"name": "Codepotato Ltd"
},
"account": {
"uuid": "fd46402e-4b22-49fd-b4f8-e96495b3d9b9",
"created_at": "2026-07-17T15:25:28+01:00",
"updated_at": "2026-07-17T15:25:28+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": "11b7fb3c-bff7-4355-b5d5-6e063a2cdde5",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"circle": {
"uuid": "ee6a1f82-412f-4ed0-ba47-9382a6eb4a9f",
"name": "The Codepotato Gang"
},
"expires_at": "2026-07-17T15:25:28+01:00",
"progress": 50,
"is_complete": false,
"completed_sections": 2
}