Skip to main content
GET
/
sign
/
envelopes
/
{envelopeID}
:download-sealed
Download Sealed Envelope
curl --request GET \
  --url https://api.gonitro.dev/sign/envelopes/{envelopeID}:download-sealed \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

envelopeID
string<uuid>
required

A unique UUIDv4 string that identifies the envelope in the Nitro system.

Response

ZIP archive containing all signed documents from the envelope along with audit trail

The response is of type file.

I