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": "94637937-e2b5-40bb-8af9-5d9b4b8d584e"
},
"uuid": "ed50b1e6-d6c7-469b-a78a-f8c224f48101",
"circle": {
"name": "The Codepotato Gang",
"uuid": "0fe9798c-1ce3-4e3d-9425-b490cc6d8f7b"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "0ba61333-88eb-4b8a-a9f9-89e8261a178e",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-09-17T15:46:51+01:00",
"first_name": "Gareth",
"updated_at": "2025-09-17T15:46:51+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-09-17T15:46:51+01:00",
"expires_at": "2025-09-17T15:46:51+01:00",
"updated_at": "2025-09-17T15:46:51+01:00",
"is_complete": false,
"completed_sections": 2
}