πŸ“„Sign File

Signing a PDF file using an OTP (One-Time Password) adds an extra layer of security and verification. The process involves sending a unique, time-sensitive OTP to the signer's registered device.

post
Authorizations
Header parameters
Accept-LanguageStringOptional
Body
otpstring | nullableOptional
Responses
200
Success
application/json
post
POST /api/v1/LowRiskDigitalSignature/ValidateOtpAndSignFile HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14

{
  "otp": "text"
}
200

Success

{
  "status": 0
}

Last updated