Read a verification session, its steps and its decision
GET/v1/verifications/:id
Read a verification session, its steps and its decision
Request
Responses
- 200
- 401
- 404
Default Response
Default Response
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_..."