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": "bda4090d-7399-46a9-b9b4-3f6fa2b6d644",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+01:00",
"firm": {
"uuid": "23501f55-9175-44b4-8fc9-bb25e8f57499",
"name": "Codepotato Ltd"
},
"account": {
"uuid": "8817bc0d-c688-4452-b671-b9ad5c82e046",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+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": "App\\Http\\Resources\\ExternalReferenceResource"
},
"circle": {
"uuid": "211c6727-e0f8-4a4f-8a4d-716c674113cc",
"name": "The Codepotato Gang"
},
"expires_at": "2026-05-19T18:31:16+01:00",
"progress": 50,
"is_complete": false,
"completed_sections": 2
}