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": "75e91d3d-fd17-4908-be69-a2c6fa1cf81a"
},
"uuid": "f34c21dc-42bd-4783-acae-64cb5d02b51f",
"circle": {
"name": "The Codepotato Gang",
"uuid": "1f16b7ec-ace9-450b-8271-812561ed2cc4"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "a261eb59-53ed-49b2-881c-0a4ab583c45d",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-07-17T16:23:16+01:00",
"first_name": "Gareth",
"updated_at": "2025-07-17T16:23:16+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-07-17T16:23:16+01:00",
"expires_at": "2025-07-17T16:23:16+01:00",
"updated_at": "2025-07-17T16:23:16+01:00",
"is_complete": false,
"completed_sections": 2
}