Retrieve Consumer Report

When an order is complete, all the data returned by each of the products within the order is collected and formatted into a Consumer Report.
The report is a base64 encoded string representing a complete HTML page.

  1. To retrieve the consumer report, you will be sending a GET HTTP call to the /report resource and appending the URL with the order ID. https://api.accuratebackground.com/v3/report/

πŸ“˜

All calls require HTTP Basic Authentication

  1. Your response will include the string which you should then decode and store as a regular HTML file.