List Verification RESTful API

API Details

The List Verification request allows you to:

  • View a collection verification requests
  • Specify a range be setting the fromdatetime and the todatetime.
  • Check the status
  • Retrieve an id to Retrieve Cerification
  • Pass a name to retrieve specific verifications.

Idempotency

The Idempotency check is only against successful requests, so where a previous call has resulted in any of the following HTTP Response Codes, that Idempotency key may be reused without any issue:

  • 401
  • 403
  • 404
  • 408
  • 500
  • 501
  • 503