Skip to main content

Read a previously-computed fraud check by id

GET 

/v1/fraud/checks/:id

Read a previously-computed fraud check by id

Request

Responses

Persisted fraud result. Canonical rows obey the full decision truth table. Explicitly marked legacy rows preserve historical non-clean decisions because their original evidence was not stored. Legacy rows can never become clean.

SDK usage

// not exposed in the v2 SDK; call GET /v1/fraud/checks/:id directly if needed.
// not exposed in the v2 SDK.

Example

curl https://api.drukverify.com/v1/fraud/checks/<id> \
-H "Authorization: Bearer dv_sk_test_..."