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": "48c4f6e9-67c9-4ef0-9c91-39b311d8d823",
"created_at": "2026-04-30T17:33:16+01:00",
"updated_at": "2026-04-30T17:33:16+01:00",
"status": "complete",
"completed_at": "2026-04-25T17:33:16+01:00",
"invitation_text": "Please complete this fact find!",
"schema": {
"uuid": "23df2972-ae7e-4357-810f-1b61e9937268",
"created_at": "2026-04-30T17:33:16+01:00",
"updated_at": "2026-04-30T17:33:16+01:00",
"archived_at": "2026-04-29T17:33:16+01:00",
"is_archived": false,
"name": "Default fact find",
"introduction_html": "Welcome to our fact find! <b>You can use some HTML too.</b>",
"sections_count": 5,
"public_url": "https://api.plannrcrm.com/fact-find/f6318ebd-8757-4824-8fae-b03d2ea07baf"
},
"latest_file": {
"uuid": "91fb6968-d51f-43b2-ba30-a7c28b26fc54",
"created_at": "2026-04-30T17:33:16+01:00",
"original_created_at": "2026-04-30T17:33:16+01:00",
"updated_at": "2026-04-30T17:33:16+01:00",
"uploaded_at": "2026-04-30T17:33:16+01:00",
"status": "uploaded",
"filename": "Welcome to Plannr.pdf",
"name": "Welcome to Plannr",
"extension": "pdf",
"type": "type",
"size": "21691783",
"path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
"last_modified": "2026-04-30T17:33:16+01:00",
"progress": "100",
"download_url": "https://api.plannrcrm.com/file/86dd662f-780c-4676-8a51-f74ef0b6a864/download",
"folder_name": "folder 2",
"folder": "App\\Http\\Resources\\FolderResource",
"documentable_type": "account",
"documentable": "Object",
"navigator": {
"model_type": "account",
"model_uuid": "4dcbcd75-18cb-4f11-8424-a9cdb64ff30f"
},
"firm": "App\\Http\\Resources\\FirmResource",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"tags": "App\\Http\\Resources\\TagResource"
},
"account": {
"uuid": "5fc25607-d235-4c07-befe-9d79cc7eaffd",
"created_at": "2026-04-30T17:33:16+01:00",
"updated_at": "2026-04-30T17:33:16+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"invitation_url": "https://api.plannrcrm.com/fact-find/fb0a1f29-1ae6-404a-8761-8e53058f82e6/375fb9ad-e992-4294-ae9f-bf95c7a15854",
"fact_find_passes": {
"uuid": "16a8543d-ea43-476e-ba94-0219808272ff",
"created_at": "2026-04-30T17:33:16+01:00",
"updated_at": "2026-04-30T17:33:16+01:00",
"firm": {
"uuid": "f07484bd-f2d5-4b36-8320-9e36b58668cb",
"name": "Codepotato Ltd"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"circle": {
"uuid": "0451f07f-edb9-46fc-8c5b-5bcb7739c93b",
"name": "The Codepotato Gang"
},
"expires_at": "2026-04-30T17:33:16+01:00",
"progress": 50,
"is_complete": false,
"completed_sections": 2
}
}