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": "38bbf73f-3d2b-4814-ad60-1d49c37cea2f"
},
"uuid": "0b865803-ba94-4f60-8d8f-b0ff8956b9a5",
"circle": {
"name": "The Codepotato Gang",
"uuid": "1c4ae6b1-88e3-46a5-80b1-90292ffe24e1"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "3c7bdd44-d4ef-438f-a2e0-f85ac1c55166",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-08-27T17:31:24+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-27T17:31:24+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-08-27T17:31:24+01:00",
"expires_at": "2025-08-27T17:31:24+01:00",
"updated_at": "2025-08-27T17:31:24+01:00",
"is_complete": false,
"completed_sections": 2
}