rs.completed

Request Signature Complete

This event is fired when all the signers in the signature request have signed the document and the signature request is now complete.

The payload contains details of the signing time and the new signed_file_id of the completed document. It can also contain user-specific metadata (request_info) if it was sent during RS creation. Use this signed_file_id to fetch/download the document using the download documents and audit trail endpoint.

Note that this signed file belongs to the sender's account.

{
   "data":{
      "status":"complete",
      "owner_first_name":"Jack",
      "expiry_time": 1683033398,
      "sources": [
        {
         "id": 33299021,
         "name": "LP Signing Contract Document",
         "type": "original" 
        },
        {
          "id" 33122312,
          "name": "LP Signing Contract Lease Document",
          "type": "original"
        }
      ],
      "recipients":[
         {
            "status":"finalized",
            "first_name":"Jack",
            "last_name":"Hilton",
            "order_id":1,
            "last_modified_time":1505462568,
            "recipient_user_id":223425,
            "recipient_id":5,
            "created_time":1505462478,
            "email":"[email protected]"
         },
         {
            "status":"finalized",
            "first_name":"Tim",
            "last_name":"Ferry",
            "order_id":2,
            "last_modified_time":1505462805,
            "recipient_user_id":3465778,
            "recipient_id":6,
            "created_time":1505462478,
            "email":"[email protected]"
         }
      ],
      "owner_email":"[email protected]",
      "owner_last_name":"Barb",
      "next":6,
      "created_time":1505462478,
      "last_modified_time":1505462805,
      "has_markers":0,
      "is_ordered":0,
      "id":2373543,
      "owner_user_id":1523453,
      "signed_file_id":22342821,
   },
   "metadata":{
      "token": "1AqZ3DEC4fr@21",
      "event_type":"rs.completed",
      "event_user_id":3465778,
      "client_id":null,
      "event_user":"[email protected]"
   },
   "request_info": {
        "name": "Jack",
        "required": true,
        "id" : 49367567,
        "url": "https://localhost:8090"
    }
}