Skip to main content
GET
Get a signed envelope for a signature request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

signatureRequestId
string
required

The ID of the signature request

Response

Signed envelope retrieved successfully

signedEnvelopePresignedUrl
string<uri>

Presigned URL to access the signed envelope

Example:

"https://s3.amazonaws.com/bucket/signed-envelope.pdf?presigned-params"