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
application/json
Request to create a new 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.
Available options:
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