Skip to main content

Read a verification session, its steps and its decision

GET 

/v1/verifications/:id

Read a verification session, its steps and its decision

Request

Responses

Default Response

SDK usage

// not exposed in the v2 SDK yet; call GET /v1/verifications/:id directly.
// not exposed in the v2 SDK yet; call GET /v1/verifications/:id with the bound session token.

Example

curl https://api.drukverify.com/v1/verifications/<vf_id> \
-H "Authorization: Bearer dv_sk_test_..."