Skip to main content
POST
Create a data refresh order

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

id
string
required

Order ID received from the POST request

Body

application/json
products
enum<string>[]

Indicates the type of product to use for the data refresh order. For the "income" type orders the data refresh order can be "income" or "employment" type. For the "employment" type orders the data refresh order can be only "employment" type.

Required array length: 1 element
Available options:
employment,
income,
insurance,
transactions,
assets
Example:
employers
object[]

List of employers to include in the new refresh order data.

financial_accounts
object[]

List of financial accounts to include in the new refresh order data.

manager
object

Associate new order manager info with a new data refresh order.

email
string<email>

Subject's email

phone
string

Subject's phone number

Example:

"4155554193"

include_recent_paystub
boolean

A boolean parameter to include the latest statement in the employment report

reports
object

Reports parameters

Response

Data refresh order(s) created

next
string<uri> | null

URL to the next page of results

Example:

"https://prod.truv.com/v1/orders/?cursor=cD0yMDI2LTA0LTIx"

previous
string<uri> | null

URL to the previous page of results

Example:

"https://prod.truv.com/v1/orders/?cursor=cj0xJnA9MjAyNi0wNC0yMQ"

results
object[]