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.
Body
application/json
Response
Envelope updated successfully
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.
Available options:
drafted
, sent
, processing
, sealed
, rejected
, cancelled
, deleted