Get One Report
DeprecatedRetrieves a Report for a given Verification id with multiple reports. If you don’t have the report id,
it is recommended to use the embedded reports
key from GET /verification-requests/{verification_id}
to retrieve reports.
You can get the report in PDF format by adding Accept: application/pdf
to your headers. When testing, please use the generated curl command
with --output <PDF filename>
specified.
<!— theme: info —>
Only completed Verifications have Reports associated with them. Any other request will fail with either 400 or 404, and provide more information as an attached error message. Reports are also embedded into the Verification object returned from get and get one.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Comma-separated names of fields to include in the response. If omitted, all fields are included
Response
Calculated income features. Only returned if the income_analytics
query parameter is provided and is true
and the employee status on the report is active.