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": "dc715d62-e3c2-4c77-afb2-a50c487b6363"
},
"uuid": "8f5b999e-c12d-4ba3-87f4-b7b123d698fa",
"circle": {
"name": "The Codepotato Gang",
"uuid": "3bfc223f-6f25-485d-952b-d4647e345ff5"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "577fa751-4861-413c-a37d-b36e1f8f3256",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-10-24T10:34:17+01:00",
"first_name": "Gareth",
"updated_at": "2025-10-24T10:34:17+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-10-24T10:34:17+01:00",
"expires_at": "2025-10-24T10:34:17+01:00",
"updated_at": "2025-10-24T10:34:17+01:00",
"is_complete": false,
"completed_sections": 2
}