Update a verification process

Use this action to change the state of an active verification process. This is typically used to finalize a verification process managed solely via interactions with this REST API.

📘

NOTE:

Updating a verification process using the procedure explained in each channel's Complete verification and get delivery status section on its Get Started page is a mandatory step when using Verify API. This step allows Telesign to know the real state of your verification as well as control all the features related to a verification process such as fallback, callback, and pricing. If your end user has verified themselves but the verification process is not updated, these features might not work as intended which can lead to extra costs or incorrect billing.

General requirements

  • Authentication: Basic (easiest to implement) or Digest
  • Encoding: Accepts only UTF-8 unicode characters as inputs.
  • Accepts: application/json
  • Responds with: application/json
  • Required headers: Content-Type - application/json
  • Rate limit: Default rate limits by product
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the verification to be altered. The value has been returned upon requesting verification via POST method.

Body Params

Payload for request to update a verification process.

string
required

Specifies how you want to change the verification state for this verification process. Use one of these values:

  • "finalize" - Finalize this verification process. Telesign either verifies or rejects at this stage.
string
required
length between 3 and 10

If Telesign has sent a one-time passcode (OTP) to your end user as part of this verification process, include the asserted OTP from your end user here. If Telesign generated the code, this is necessary to determine if the OTPs match. If you generated the code, this is necessary to end the verification process and avoid added costs due to additional sends to the end user.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json