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": "dcf873f5-2f09-493d-87b7-399ff731d73b"
},
"uuid": "ac312cae-9f1b-4dd8-82c9-29e30709c4b5",
"circle": {
"name": "The Codepotato Gang",
"uuid": "0cdd5c77-76d5-4122-b51f-c6c07e25e641"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "117ffeb4-682d-4e6a-bee7-8c2c3ff9a59a",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-10-08T10:40:13+01:00",
"first_name": "Gareth",
"updated_at": "2025-10-08T10:40:13+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-10-08T10:40:13+01:00",
"expires_at": "2025-10-08T10:40:13+01:00",
"updated_at": "2025-10-08T10:40:13+01:00",
"is_complete": false,
"completed_sections": 2
}