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":["2ba65a0b-163a-4f90-88aa-767f70233a53","0f6212e0-f5f1-4689-af03-fdafbee8ae5c","726ef015-270c-4e88-af4d-251609518a3f"],"document_template_uuids":["46c56b87-c625-44ca-876c-1b452f0cab07","c74638b7-d62a-4f22-bbae-582a5275dd4a","0874d477-7cd3-448c-a435-3b0833437c81"],"document_template_dependants":{"client-1":"a9a16fbe-2eb3-498d-8c83-51ff6d2b1e51","client-2":"2f12737e-1edc-4c71-b093-4d88646ea9e6"}}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"participant_uuids": [
"2ba65a0b-163a-4f90-88aa-767f70233a53",
"0f6212e0-f5f1-4689-af03-fdafbee8ae5c",
"726ef015-270c-4e88-af4d-251609518a3f"
],
"document_template_uuids": [
"46c56b87-c625-44ca-876c-1b452f0cab07",
"c74638b7-d62a-4f22-bbae-582a5275dd4a",
"0874d477-7cd3-448c-a435-3b0833437c81"
],
"document_template_dependants": {
"client-1": "a9a16fbe-2eb3-498d-8c83-51ff6d2b1e51",
"client-2": "2f12737e-1edc-4c71-b093-4d88646ea9e6"
}
}
Response examples (200)
{
"name": 1000243230,
"uuid": "d1f98703-45f0-4a56-9518-fcec8842a598",
"status": "pending",
"documents": [
{
"name": "Welcome Pack",
"uuid": "fe0dd570-be45-475c-a541-e51a8bf0c3b6",
"status": "pending",
"created_at": "2026-02-26T15:22:28+00:00",
"updated_at": "2026-02-26T15:22:28+00:00",
"alphatrust_id": 1000455612
}
],
"created_at": "2026-02-26T15:22:28+00:00",
"updated_at": "2026-02-26T15:22:28+00:00",
"launched_by": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "d683e1ba-e3c8-4c63-a961-d59d6fb188c3",
"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-02-26T15:22:28+00:00",
"first_name": "Gareth",
"updated_at": "2026-02-26T15:22:28+00:00",
"with_login": true,
"inactive_at": "2026-02-26",
"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-02-26T15:22:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-02-26T15:22:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-02-26 15:22:28",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-02-26T15:22:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-02-26T15:22:28+00:00"
},
"participants": [
{
"name": "Gareth Thompson",
"uuid": "d7bb57ec-d848-47ef-8b5e-d8e39a3e54d3",
"status": "pending",
"created_at": "2026-02-26T15:22:28+00:00",
"updated_at": "2026-02-26T15:22:28+00:00",
"alphatrust_id": 1000145124
}
]
}