GET /v1/verificationsQuery parameters
integer
default:"1"
The page to return, starting at 1.
integer
default:"20"
Results per page, from 1 to 100. Values above 100 are capped at 100.
string
Return only checks for this scope, for example
nin.string
Return only checks with this status:
found, not_found, or failed.Request
Response
Returns200 with an array of verifications in data, and paging in meta.
Meta fields
integer
Total verifications matching the filters.
integer
The page returned.
integer
Results per page.
integer
Total pages available for these filters.
Paging
Request pages in order untilpage reaches totalPages. Keep the same filters on every request in a run, since changing them changes total and therefore the page boundaries.