v2

latestOpenAPI 3.1.02026-08-064686150.6 KB
Sign

Send Envelope for Signing

The Send Envelope for Signing endpoint sends an envelope to participants for signature collection.

Note: All documents in the envelope must have an "uploaded" status before the envelope can be sent for signature.

post/sign/envelopes/{envelopeID}:send-for-signing

Path parameters

envelopeIDstring uuid required

A unique UUIDv4 string that identifies the envelope in the Nitro system.

Response

Envelope successfully sent for signing

IDstring uuid

A unique UUIDv4 string that identifies the envelope in the Nitro system.

createdAtstring date-time

UTC timestamp indicating when the envelope was created.

lastModifiedAtstring date-time

UTC timestamp indicating the last time the envelope was updated. Matches createdAt at the time of creation.

namestring

The name of the envelope.

status'drafted' | 'sent' | 'processing' | 'sealed' | 'rejected' | 'cancelled' | 'deleted'

The internal status of the envelope. Defaults to drafted on creation.