Finish the fact-find request Run in API Explorer
Ask AI
Will mark the fact-find request as completed overall regardless of fact-find pass progress.
POST
/api/v1/fact-find/request/{factFindRequest_uuid}/finish
curl \
--request POST 'https://api.plannrcrm.com/api/v1/fact-find/request/6ff8f7f6-1eb3-3525-be4a-3932c805afed/finish' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "4b8550da-b96a-4c93-8c8c-5066053d85cc",
"schema": {
"name": "Default fact-find",
"uuid": "83f3eb97-e509-4059-af76-a0ade444d5b9",
"created_at": "2026-04-09T17:35:06+01:00",
"public_url": "https://api.plannrcrm.com/fact-find/efe76814-e9ad-473a-acbf-61c31fe0f633",
"updated_at": "2026-04-09T17:35:06+01:00",
"archived_at": "2026-04-08T17:35:06+01:00",
"is_archived": false,
"sections_count": 5,
"introduction_html": "Welcome to our fact-find! <b>You can use some HTML too.</b>"
},
"status": "complete",
"account": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "8b651220-2b0e-4d7c-937c-f4b32ed25de6",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-04-09T17:35:06+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T17:35:06+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2026-04-09T17:35:06+01:00",
"updated_at": "2026-04-09T17:35:06+01:00",
"latest_file": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Welcome to Plannr",
"path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
"size": "21691783",
"tags": "App\\Http\\Resources\\TagResource",
"type": "type",
"uuid": "f3379868-89b6-4f78-a162-7a9b138f0cd5",
"folder": "App\\Http\\Resources\\FolderResource",
"status": "uploaded",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"filename": "Welcome to Plannr.pdf",
"progress": "100",
"extension": "pdf",
"navigator": {
"model_type": "account",
"model_uuid": "c74021fa-d2a7-4a0a-a09a-5805db0c346c"
},
"created_at": "2026-04-09T17:35:06+01:00",
"updated_at": "2026-04-09T17:35:06+01:00",
"folder_name": "folder 2",
"uploaded_at": "2026-04-09T17:35:06+01:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/1a8aaa19-e06b-4b9f-a29a-a1f5292cee95/download",
"last_modified": "2026-04-09T17:35:06+01:00",
"documentable_type": "account",
"original_created_at": "2026-04-09T17:35:06+01:00"
},
"completed_at": "2026-04-04T17:35:06+01:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/406b025e-35b3-4fac-b90c-5265f4abeedf/bb3e3303-041c-4bab-bb9a-e5cbe738468f",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "5a37d8b2-b884-4c25-8909-72169b888396"
},
"uuid": "4a9bee97-9047-463f-a902-a8a7996f81bc",
"circle": {
"name": "The Codepotato Gang",
"uuid": "bcc6bfd7-0597-4352-a5bf-f89a19b26ea9"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2026-04-09T17:35:06+01:00",
"expires_at": "2026-04-09T17:35:06+01:00",
"updated_at": "2026-04-09T17:35:06+01:00",
"is_complete": false,
"completed_sections": 2
}
}