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
List Signer Signing URLs by Envelope IDThe **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.
Next
List Participants by Envelope ID