Improved

New dates are now available in Signature Requests, Signers, and Approvers payloads

You can now retrieve when each key action occurred in the lifecycle of a Signature Request, directly from the API.

New fields on Signature Request endpoints:

  • activated_at: when the Signature Request was activated and made available to recipients
  • completed_at: when all Signers signed, and all Approvers approved (i.e. the Signature Request reached done)
  • approved_at: when all Approvers approved (returns null if custom_recipient_order is enabled, or if no Approvers are configured)

New fields on Signer endpoints:

  • signed_at: when the Signer completed their signature

New fields on Approver endpoints:

  • approved_at: when the Approver approved the Signature Request

Related webhooks payloads now also contain those new fields.