v1

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

Verify Control

Control the progress of your Verify requests. To cancel an existing Verify request, or to trigger the next verification event:

  1. Send a Verify control request with the appropriate command (cmd) for what you want to achieve.

  2. 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

OR

Example response

{
  "command": "cancel",
  "status": "0"
}