List all fact-find passes for the user Run in API Explorer
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": "c4c22b32-fd9b-445d-9808-02a2af46cfcb"
},
"uuid": "2480fd89-69ee-42f2-8cd5-dd922bb0b0c0",
"circle": {
"name": "The Codepotato Gang",
"uuid": "b8a50ead-90d7-4d8f-8b87-2437dedd2bf6"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "86423341-858b-4393-aabf-ce3b143c4c64",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-11-18T19:51:09+00:00",
"first_name": "Gareth",
"updated_at": "2025-11-18T19:51:09+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-11-18T19:51:09+00:00",
"expires_at": "2025-11-18T19:51:09+00:00",
"updated_at": "2025-11-18T19:51:09+00:00",
"is_complete": false,
"completed_sections": 2
}