Complete a fact-find request for a given fact-find pass
POST
/api/v1/fact-find/request/{factFindRequest_uuid}/complete
curl \
--request POST 'https://api.plannrcrm.com/api/v1/fact-find/request/6ff8f7f6-1eb3-3525-be4a-3932c805afed/complete' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"fact_find_pass_uuid":"795e99ea-a263-41aa-b38b-b660a515cb54"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"fact_find_pass_uuid": "795e99ea-a263-41aa-b38b-b660a515cb54"
}
Response examples (200)
{
"uuid": "84a486d4-9b1d-4f08-8dd2-1a5f5bd4c313",
"schema": {
"name": "Default fact-find",
"uuid": "b966b7da-0719-4c72-a850-3add8958dc98",
"created_at": "2025-08-07T13:41:45+01:00",
"public_url": "https://api.plannrcrm.com/fact-find/0bf6288b-4466-4ac0-acf3-95144ae941af",
"updated_at": "2025-08-07T13:41:45+01:00",
"archived_at": "2025-08-06T13:41:45+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": "52ba868a-e2a8-4981-abcf-26060d45d82f",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-08-07T13:41:45+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-07T13:41:45+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+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": "c86a802e-cb1b-4047-afd6-0f84928f104e",
"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": "969524c8-db18-4bda-bd1c-28b9c54f5a7a"
},
"created_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+01:00",
"folder_name": "folder 2",
"uploaded_at": "2025-08-07T13:41:45+01:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/eb897511-3c43-41e3-b65e-aacc061056f3/download",
"last_modified": "2025-08-07T13:41:45+01:00",
"documentable_type": "account",
"original_created_at": "2025-08-07T13:41:45+01:00"
},
"completed_at": "2025-08-02T13:41:45+01:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/24c5c72f-dd00-4f6f-9f34-f1b91c8529f5/6fa4c2c0-c35c-4f94-8683-a6aeebb51aed",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "55f47afb-b32b-468d-9910-8f0c17860b4d"
},
"uuid": "7191acd0-8bed-4259-aecb-8c0268f53bdc",
"circle": {
"name": "The Codepotato Gang",
"uuid": "fdc5667b-1c30-4ae4-95c5-e4aa20e43c96"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2025-08-07T13:41:45+01:00",
"expires_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+01:00",
"is_complete": false,
"completed_sections": 2
}
}