Participant
List Participants by Envelope ID
The List Participant by Envelope ID endpoint returns all participants associated with a specific envelope. The request must include the envelope ID to ensure the complete set of participants is retrieved for the correct envelope.
GET
List Participants 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 Participants by Envelope ID