Docusign · Example Payload

Docusign Esignature Signer Example

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Docusign Esignature Signer Example is an example object payload from Docusign, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

recipientIdrecipientIdGuidnameemailroutingOrderroleNameclientUserIdstatussignedDateTimedeliveredDateTimedeclinedDateTimedeclinedReasonidentityVerificationphoneAuthenticationaccessCoderequireIdLookupnote

Example Payload

Raw ↑
{
  "recipientId": "500123",
  "recipientIdGuid": "500123",
  "name": "Example Title",
  "email": "user@example.com",
  "routingOrder": "example_value",
  "roleName": "example_value",
  "clientUserId": "500123",
  "status": "example_value",
  "signedDateTime": "example_value",
  "deliveredDateTime": "example_value",
  "declinedDateTime": "example_value",
  "declinedReason": "example_value",
  "identityVerification": "example_value",
  "phoneAuthentication": "example_value",
  "accessCode": "example_value",
  "requireIdLookup": "example_value",
  "note": "example_value"
}