Get one order

Retrieves an order by id.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

order_idstringRequired
Order ID

Headers

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Query parameters

include_report_annotationsbooleanOptionalDefaults to false
Include potentially unverified data in the response, including report annotations and unparsed documents.

Response

OK
idstring1-128 characters
loan_idstring
The loan id associated with the verification request
reverificationobject
Response object specific to Reverification requests.
search_keystring

A non-unique key that can be used to search for Orders

target_employerobject
Response object specific to Target Employer requests.
truework_directobject
Response object specific to Truework Direct requests.
verification_requestslist of objects

Errors

400
Get One Order Request Bad Request Error
401
Get One Order Request Unauthorized Error
403
Get One Order Request Forbidden Error
404
Get One Order Request Not Found Error
406
Get One Order Request Not Acceptable Error
429
Get One Order Request Too Many Requests Error
451
Get One Order Request Unavailable for Legal Reasons Error
500
Get One Order Request Internal Server Error
501
Get One Order Request Not Implemented Error