Download BGV Report
BGV Submit V2
Download BGV Report
GET
Download BGV Report
Overview
Download the final background verification report for a completed BGV case. Call this endpoint after receiving thecase.completed webhook for the relevant case_id.
When to Call This Endpoint
completed. Calling before completion returns a 404 with "Candidate has not submitted the BGV yet.".
Response Format
Using the Base64 report
Notes
- The hosted PDF URL (when
type=pdf) is publicly accessible but contains a version token (?v=...) — store it securely and do not expose it unnecessarily. - The Base64 string represents the full PDF file and can be decoded client-side.
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Query Parameters
The UUID of the BGV case. Obtained from the cases_created array in the submit response, or from the webhook payload.
Controls the report format. Use pdf for a hosted URL; omit for Base64-encoded PDF.
Available options:
pdf 
