Skip to main content
GET /v1/verifications/{reference}
Retrieves a verification by its reference. Works for any scope, since a reference identifies a verification regardless of what was checked. Reading a result again is never charged and does not run a new check.

Path parameters

string
required
The reference returned when the check ran.

Request

Response

Returns 200 with the same verification resource you received when the check ran.
The fields are identical to those returned by running a verification.

Errors

A reference belongs to the organization that created it. A key from a different organization gets 404, not another org’s data.