Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique UUIDv4 string that identifies the envelope in the Nitro system.
A unique string that identifies the document in the Nitro system.
Response
The GET Document by ID endpoint returns a JSON object with the document's data
- Pending
- Uploaded
- Failed
- Signed
- Sealed
Response for a pending document
Name of the file provided by the user.
1
Unique uuid identifier for the document.
1
UTC timestamp indicating when the document was created.
Current status of the document.
pending
, uploaded
, failed
, signed
, sealed