Skip to main content
Runs the automated verifier against every receipt whose verification field is pending, records a VerificationRecord for each, and returns the full list of records created by this sweep run.

Request Body

string
required
Identifier for the automated verifier performing this sweep (e.g. "auto-verifier"). This value is recorded on each VerificationRecord produced by the sweep.

Response

Returns { "items": [VerificationRecord] }.
array
Array of VerificationRecord objects created during this sweep. Empty if no receipts were pending verification.

Example

Example response