latestOpenAPI 3.0.3MIT2026-08-10668106.0 KB

bbeffc72789a

Verifications report

Report a verification with ID

Report the received verification code to verify it, using the Verification ID of the Verification request.

put/verification/v1/verifications/id/{id}

Path parameters

idstring required

Request body

OR
OR
OR

Example request

{
  "method": "sms",
  "sms": {
    "code": "123"
  }
}

Response

A success response, or an Error.

OR
OR
OR

Example response

{
  "id": "1234567890",
  "method": "sms",
  "status": "PENDING",
  "reason": "Expired"
}