Requests
Request a Verification
Use Verify request to generate and send a PIN to your user:
-
Create a request to send a verification code to your user.
-
Check the status field in the response to ensure that your request was successful (zero is success).
-
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
Example response
{
"request_id": "abcdef0123456789abcdef0123456789",
"status": "0"
}