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)
{
"firm": {
"name": "Codepotato Ltd",
"uuid": "d7f5ff55-bb27-4abc-a0bd-12ca7c3e02a3"
},
"uuid": "c80fd980-c99f-4b87-a36b-8fd0df47d419",
"circle": {
"name": "The Codepotato Gang",
"uuid": "e59f7adc-4027-4a6d-8453-ecf5ef4a9e2b"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "f2e33a76-6fcc-4c03-aabf-ec34f3603445",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-02-26T15:22:26+00:00",
"first_name": "Gareth",
"updated_at": "2026-02-26T15:22:26+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2026-02-26T15:22:26+00:00",
"expires_at": "2026-02-26T15:22:26+00:00",
"updated_at": "2026-02-26T15:22:26+00:00",
"is_complete": false,
"completed_sections": 2
}