Skip to main content
GET
/
sign
/
envelopes
/
{envelopeID}
:download-original
Download Original Envelope
curl --request GET \
  --url https://api.gonitro.dev/sign/envelopes/{envelopeID}:download-original \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://developers.gonitro.com/docs/build-nitro/errors#401-unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Missing or invalid Authorization header",
  "instance": "/sign/envelopes"
}

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 original documents from the envelope