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": "7a6c60b4-e458-4d9c-8538-1d8aafcfc212"
},
"uuid": "e88d9540-7194-48db-bc4b-667018986e72",
"circle": {
"name": "The Codepotato Gang",
"uuid": "e06f1d2a-e2ec-4592-87d9-9cdd9d9309fd"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "284b3f86-c7f5-4a12-9543-f7bc25c90c08",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-06-26T11:37:01+01:00",
"first_name": "Gareth",
"updated_at": "2025-06-26T11:37:01+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-06-26T11:37:01+01:00",
"expires_at": "2025-06-26T11:37:01+01:00",
"updated_at": "2025-06-26T11:37:01+01:00",
"is_complete": false,
"completed_sections": 2
}