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

Use this operation to generate and send a new OTP (One Time Password) by SMS to a signer 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 signer wanting to retrieve his OTP.

This secret identifier is generated by the platform and provided by email to the signer only.
It allows the platform to authenticate the signer and verify his email address.

Responses
200

OTP succesfully generated and sent by SMS to the signer.

401

Unauthorized. The signer is not an authorized signer (secret signer identifier not found).

403

Forbidden. The signature request is not in progress, or the signer does not require an OTP.

404

Signature request 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!