Launch document signing Run in API Explorer
Ask AI
Body
-
Participants who will be viewing and signing the documents. Must be given in the order you would like the participants to view the documents.
-
Array document template UUIDs to be added as adhoc documents of the document signing process. Required without document_pack.
-
Array variable dependant models that are needed for variable replacing across all documents that are provided.
Additional properties are allowed.
POST
/api/v1/document-signing
curl \
--request POST 'https://api.plannrcrm.com/api/v1/document-signing' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"participant_uuids":["57cb9e7c-c725-4f3f-849f-e919e27fc031","c2991abe-7d76-4905-a30b-1bfc56c83db8","2c7af020-6176-4c46-83b6-c6a225e933b1"],"document_template_uuids":["0792391a-7e10-4be1-af3f-65e7f2a756b8","4e8df1cd-a544-426a-ba94-30cc803a5f22","9cae458f-27e5-4fc2-9e15-74fb38e2f643"],"document_template_dependants":{"client-1":"3fd95c44-280e-4a9b-a036-45b9d2b3d888","client-2":"0aa4a1e0-4375-4174-b1ac-28bfcd4deed6"}}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"participant_uuids": [
"57cb9e7c-c725-4f3f-849f-e919e27fc031",
"c2991abe-7d76-4905-a30b-1bfc56c83db8",
"2c7af020-6176-4c46-83b6-c6a225e933b1"
],
"document_template_uuids": [
"0792391a-7e10-4be1-af3f-65e7f2a756b8",
"4e8df1cd-a544-426a-ba94-30cc803a5f22",
"9cae458f-27e5-4fc2-9e15-74fb38e2f643"
],
"document_template_dependants": {
"client-1": "3fd95c44-280e-4a9b-a036-45b9d2b3d888",
"client-2": "0aa4a1e0-4375-4174-b1ac-28bfcd4deed6"
}
}
Response examples (200)
{
"name": 1000243230,
"uuid": "8ed3c6d5-4a64-4a0f-92a3-119c8b77b9d5",
"status": "pending",
"documents": [
{
"name": "Welcome Pack",
"uuid": "d60eb165-0b5b-42b5-b9e9-60d42088d831",
"status": "pending",
"created_at": "2026-03-20T13:25:16+00:00",
"updated_at": "2026-03-20T13:25:16+00:00",
"alphatrust_id": 1000455612
}
],
"created_at": "2026-03-20T13:25:16+00:00",
"updated_at": "2026-03-20T13:25:16+00:00",
"launched_by": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "5dca189c-e87a-4754-9177-00bf1779bfe2",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-03-20T13:25:16+00:00",
"first_name": "Gareth",
"updated_at": "2026-03-20T13:25:16+00:00",
"with_login": true,
"inactive_at": "2026-03-20",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-03-20T13:25:16+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-03-20T13:25:16+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-03-20 13:25:16",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-03-20T13:25:16+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-03-20T13:25:16+00:00"
},
"participants": [
{
"name": "Gareth Thompson",
"uuid": "372876fb-8829-411c-b1f8-be0a9389280d",
"status": "pending",
"created_at": "2026-03-20T13:25:16+00:00",
"updated_at": "2026-03-20T13:25:16+00:00",
"alphatrust_id": 1000145124
}
]
}