Reverify a report

Reverifies a report, provided no more than 90 days have passed since completion of the verification.

Authentication

AuthorizationBearer

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

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.
Request-Sync"async"Required

A header that defines if a request should be executed synchronously. Only Verifications that were initially executed synchronously may be reverified synchronously. sync can only return completed or canceled verification responses, not pending. async will return only pending.

Request

This endpoint expects an object.
report_idstringRequired>=1 character

Response

Reverification Request Created.
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
Reverify Averification Request Bad Request Error
401
Reverify Averification Request Unauthorized Error
403
Reverify Averification Request Forbidden Error
404
Reverify Averification Request Not Found Error
406
Reverify Averification Request Not Acceptable Error
429
Reverify Averification Request Too Many Requests Error
451
Reverify Averification Request Unavailable for Legal Reasons Error
500
Reverify Averification Request Internal Server Error
501
Reverify Averification Request Not Implemented Error