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
type query param | Response data.report value |
|---|---|
pdf | GCP-hosted direct-download URL (public, time-limited) |
| (omitted) | Base64-encoded PDF string |
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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 
