Retrieve Status of Non-API Orders

Accurate’s API allows you to retrieve orders that were placed through other methods than our API. With this functionality, you can retrieve an order status for an order that was placed through the Accurate Client Portal, an ATS integration, or other ordering methods.

To retrieve the order status, you can use the supportReferenceId or searchId. You can then make a subsequent call to retrieve the HTML background check report using the orderId that you received in the response.

To use this feature, you will use the [standard GET order] (https://accurate.readme.io/reference#getorderbyid-1). Instead of using the orderId, you will be able to use the supportReferenceId (Y123456789) or the searchId (1234567890).

👍

Try it yourself!