The Get Envelope by ID endpoint retrieves the details of a single envelope using its UUIDv4 identifier.
This endpoint is useful for monitoring the progress of an envelope, retrieving specific envelope information as part of API call chaining, or displaying envelope details within your internal system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique UUIDv4 string that identifies the envelope in the Nitro system.
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