Signing
Verify signer code (OTP)
Submit the verification code (OTP) sent to the signer to unlock the signing flow. Uses the signer access code.
post/v1/verify
Request body
Example request
{
"verification-code": "123456"
}Response
Code verified
Example response
{
"status": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.