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.
Response
The GET Envelope by ID endpoint returns a JSON object with the envelope's data
A unique UUIDv4 string that identifies the envelope in the Nitro system.
UTC timestamp indicating when the envelope was created.
UTC timestamp indicating the last time the envelope was updated. Matches createdAt
at the time of creation.
The name of the envelope.
The internal status of the envelope. Defaults to drafted on creation.
drafted
, sent
, processing
, sealed
, rejected
, cancelled
, deleted