Create a Truework Direct order

POST requests create an order with a Truework Direct session token, used for instantiating the Truework.js widget.

Headers

AuthorizationstringRequired

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

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

This endpoint expects an object.
targetslist of objectsRequired
loan_idstringOptional

The loan id associated with the verification request

search_keystringOptional

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

Response

Order Created.

idstring>=1 character<=128 characters
loan_idstringOptional

The loan id associated with the verification request

reverificationobjectOptional

Response object specific to Reverification requests.

search_keystringOptional

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

submitting_partyobjectOptional

Party who originally submitted the order, when using an API integration.

target_employerobjectOptional

Response object specific to Target Employer requests.

truework_directobjectOptional

Response object specific to Truework Direct requests.

verification_requestslist of objectsOptional

Errors