Skip to main content
GET /v1/verifications
Returns your organization’s verifications, most recent first, with paging. Filter by scope or status. Listing is never charged.

Query 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

Returns 200 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 until page reaches totalPages. Keep the same filters on every request in a run, since changing them changes total and therefore the page boundaries.