Verify Control
Control the progress of your Verify requests. To cancel an existing Verify request, or to trigger the next verification event:
-
Send a Verify control request with the appropriate command (cmd) for what you want to achieve.
-
Check the status in the response.
Note that this endpoint is available by GET request as well as POST.
post/control/{format}
Path parameters
format'json' | 'xml' required
The response format.
Response
OK
Example response
{
"command": "cancel",
"status": "0"
}