Participant
List Signer Signing URLs by Envelope ID
The List Signer Signing URLs by Envelope ID endpoint returns the signing URL and its expiry for each signer of an envelope. Only participants with the SIGNER role are included; reviewers and CC recipients are excluded. The envelope must be in the SENT status; otherwise the request is rejected with a 409 response.
GET
List Signer Signing URLs by Envelope ID
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.
Previous
Create Participant(s) by Envelope IDThe **Create Participant(s) by Envelope ID** endpoint adds one or more participants to a specified envelope.
Accepts either a single participant object or a bulk request with an 'items' array.
Participants are associated to the parent Envelope and can sign multiple fields in different documents.
When creating participants, the following limits apply:
- Maximum participants: 200
Next
List Signer Signing URLs by Envelope ID