List all fact-find passes for the user
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
factFindRequest_uuid
string Required
GET
/api/v1/fact-find-passes/{factFindRequest_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/fact-find-passes/factFindRequest_uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"firm": {
"name": "Codepotato Ltd",
"uuid": "a97d8c04-e4f2-47ad-8d57-0bb4147c6685"
},
"uuid": "ab1093e7-0df4-40a9-9a16-c1b394844d67",
"circle": {
"name": "The Codepotato Gang",
"uuid": "a1f67602-1e4f-4367-8c67-3e4f9070f642"
},
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "77f8dabb-dea6-44b7-b236-22a9a81bafef",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-06-17T14:20:15+01:00",
"first_name": "Gareth",
"updated_at": "2025-06-17T14:20:15+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"progress": 50,
"created_at": "2025-06-17T14:20:15+01:00",
"expires_at": "2025-06-17T14:20:15+01:00",
"updated_at": "2025-06-17T14:20:15+01:00",
"is_complete": false,
"completed_sections": 2
}