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
- Single Participant Request
- Bulk Participant Request
Participant creation request. Can be either a single participant object or a list of participants. Create a single participant
Role of the participant.
signer: A participant with the signer role can have fields assigned to them in order to sign the documents in the envelope.cc: A participant with the cc role has read-only access. They can view the documents but cannot interact with them, so you cannot assign fields to a cc participant.
signer, cc The email address of the participant
Participant authentication
When inviting a participant to a Nitro Sign flow, you must define how they will authenticate before signing the document.
There are two supported methods:
- Access code: A static code that you provide to the participant.
- SMS code: A dynamic code that is sent to the participant's phone number.
- Access Code
- SMS
Response
Multiple participants created successfully. Returns an object with an 'items' array containing all created participants.
Response containing multiple created participants wrapped in an items array
List of all participants created in this request. Each participant contains its unique ID and configuration.