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": "7a564663-72c8-4403-8554-dee843945e0e",
"created_at": "2026-08-07T15:29:24+01:00",
"updated_at": "2026-08-07T15:29:24+01:00",
"firm": {
"uuid": "ca8c4ee6-7da6-4115-95bf-3f5cbfda42d7",
"name": "Codepotato Ltd"
},
"account": {
"uuid": "a603627b-258f-4e94-bc92-43bab3e57d5e",
"created_at": "2026-08-07T15:29:24+01:00",
"updated_at": "2026-08-07T15:29:24+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": "2244294c-23fd-429a-b952-64a6fc469ad4",
"created_at": "2026-08-07T15:29:31+01:00",
"updated_at": "2026-08-07T15:29:31+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"circle": {
"uuid": "738339d2-d8ba-4d1f-8531-a148bbd78d26",
"name": "The Codepotato Gang"
},
"expires_at": "2026-08-07T15:29:24+01:00",
"progress": 50,
"is_complete": false,
"completed_sections": 2
}