Signing

Verify signer code (OTP)

Submit the verification code (OTP) sent to the signer to unlock the signing flow. Uses the signer access code.

Copy as Markdown Open in ChatGPT Open in Claude

post/v1/verify

Request body

verification-codestring required

Example request

{
  "verification-code": "123456"
}

Response

Code verified

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.