# Send final documents of a signing session. This endpoint sends the final documents for a completed signing session. **POST /api/v1/signings/{signingId}/send-final-documents** Sample request: POST /signings/{signingId}/send-final-documents Request Body: ```json { "Emails": "email1@example.com,email2@example.com" } ``` ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Path parameters - **signingId** (string(uuid)) The identifier of the signing session. ### Query parameters - **Emails** () Get or Set the email addresses. This property represents the email addresses, typically in a serialized or comma-separated format. ### Body: application/json (object) Emails to which the final documents should be sent. - **emails** (string) ## Responses ### 200 Success ### default Error #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) [Powered by Bump.sh](https://bump.sh)