# Launch document signing **POST /api/v1/document-signing** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **participant_uuids** (array) Participants who will be viewing and signing the documents. Must be given in the order you would like the participants to view the documents. - **document_template_uuids** (array) Array document template UUIDs to be added as adhoc documents of the document signing process. Required without document_pack. - **document_template_dependants** (array) Array variable dependant models that are needed for variable replacing across all documents that are provided. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (integer) Transaction ID on Alphatrust - **status** (string) Current status of the document signing process. - **participants** (array[object]) Participants of the document signing process. - **documents** (array[object]) Documents of the document signing process. - **launched_by** (object) Account that launched the document signing process. [Powered by Bump.sh](https://bump.sh)