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":"ace08184-8aba-4860-9ec9-f8f5903c029e"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"fact_find_pass_uuid": "ace08184-8aba-4860-9ec9-f8f5903c029e"
}
Response examples (200)
{
"uuid": "85697e3c-3351-4e63-8318-468bac085167",
"schema": {
"name": "Default fact-find",
"uuid": "de174451-1ead-42c5-a219-68e30a5bdf9e",
"created_at": "2025-07-17T16:23:24+01:00",
"public_url": "https://api.plannrcrm.com/fact-find/8eb67a30-8faf-44c1-9e80-df85b43db204",
"updated_at": "2025-07-17T16:23:24+01:00",
"archived_at": "2025-07-16T16:23:24+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": "45cbcfe8-afd9-4588-a6c4-e1f682124add",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-07-17T16:23:24+01:00",
"first_name": "Gareth",
"updated_at": "2025-07-17T16:23:24+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"created_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+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": "507826e3-e079-46a5-a7d0-fc44c1b37815",
"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": "601683c7-7493-4288-bd08-6d75c03f407c"
},
"created_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+01:00",
"folder_name": "folder 2",
"uploaded_at": "2025-07-17T16:23:24+01:00",
"documentable": "Object",
"download_url": "https://api.plannrcrm.com/file/581a33ca-28c7-4e9b-8530-45cbec705b07/download",
"last_modified": "2025-07-17T16:23:24+01:00",
"documentable_type": "account",
"original_created_at": "2025-07-17T16:23:24+01:00"
},
"completed_at": "2025-07-12T16:23:24+01:00",
"invitation_url": "https://api.plannrcrm.com/fact-find/b62815b3-e418-4869-94c8-2fce7ffac088/1c3c71e6-42b1-4cee-8496-7b4de1b7bd81",
"invitation_text": "Please complete this fact-find!",
"fact_find_passes": {
"firm": {
"name": "Codepotato Ltd",
"uuid": "0b608b98-9896-4837-8687-46f26281ceeb"
},
"uuid": "12e8ffd9-6cf2-4f91-be34-2f6ebaf7a4f4",
"circle": {
"name": "The Codepotato Gang",
"uuid": "5c8916e2-f657-4512-826e-4ab52c965f6c"
},
"account": "App\\Http\\Resources\\MinimalAccountResource",
"progress": 50,
"created_at": "2025-07-17T16:23:24+01:00",
"expires_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+01:00",
"is_complete": false,
"completed_sections": 2
}
}