latestOpenAPI 3.0.3MIT2026-08-10668106.0 KB

bbeffc72789a

Verification status

Get verification by Identity

Queries the verification result by sending the verification Identity (usually a phone number) and its method. With this query you can get the result of a verification.

get/verification/v1/verifications/{method}/number/{endpoint}

Response

A success response, or an Error.

OR
OR
OR

Example response

{
  "id": "1234567890",
  "status": "PENDING",
  "reason": "Expired",
  "identity": {
    "endpoint": "+11235551234"
  },
  "countryId": "US",
  "verificationTimestamp": "2023-04-21T14:45:51",
  "price": {
    "verificationPrice": {
      "currencyId": "USD",
      "amount": 0.0127
    }
  },
  "source": "intercepted"
}