These docs are for v1.6.2. Click to read the latest docs for v1.15.1.

Generate and send an OTP to a signee of a signature request.

Use this operation to generate and send a new OTP (One Time Password) by SMS to a signee of a signature request.

This OTP can be used to sign during a maximum period of 10 mn.

Path Params
string
required

Identifier of the signature request.

string
required

Secret identifier of the signee wanting to retrieve his OTP.

This secret identifier is generated by the platform and only included in the email sent to the signee, allowing the platform to authenticate the signee.

Responses
200

OTP succesfully generated and sent by SMS to the signee.

401

Unauthorized. The signee is not an authorized signee (signee identifier not found).

403

Forbidden. The signature request is suspended, the deadline has been reached, or the signee does not require an OTP.

404

Signature request or signee not found.

429

Too many requests. A minimum delay of 1 second is required between two OTP generation.

Language
Response
Click Try It! to start a request and see the response here!