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.
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.
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.
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.
Bearer tokens conform to the RFC6750 spec.
Production API keys (secret keys) are prefixed with tw_sk_ and sandbox keys are prefixed with tw_sk_test_. If your secret key is published, you should rotate your API keys.
Truework.JS publishable keys are prefixed with tw_pk_ and tw_pk_test respectively.
Examples
Authorization: Bearer tw_sk_test_e508eb797edb95ade85284bcb54dd49ed45db1betoken field, input only the token itself, omitting Bearer .For JSON requests, the signature of the request, see: https://www.truework.com/docs/verifications-signatures