Get one report
Retrieves a report for a given report ID.
If you don’t have the report id, it is recommended to use the embedded reports key on a completed verification object returned from GET /orders
.
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 Reports will be returned. Any other request will fail with either 400 or 404, and provide more information as an attached error message.
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. Separate multiple fields with commas, and denote subfields with parentheses. Multiple subfields from the same type can be listed within parentheses. In case of a list, subfields apply to each individual object. If omitted, all fields are included.
Response
Consumer-stated information related to this report
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.