v1

latestOpenAPI 3.0.3The MIT License (MIT)2026-07-1462239.9 KB
Requests

Request a Verification

Use Verify request to generate and send a PIN to your user:

  1. Create a request to send a verification code to your user.

  2. Check the status field in the response to ensure that your request was successful (zero is success).

  3. Use the request_id field in the response for the Verify check.

Note that this endpoint is available by GET request as well as POST.

post/{format}

Path parameters

format'json' | 'xml' required

The response format.

Response

OK

OR

Example response

{
  "request_id": "abcdef0123456789abcdef0123456789",
  "status": "0"
}