Create a Verification
DeprecatedHeaders
Bearer authentication of the form Bearer <token>
, where token is your auth token.
A header that defines if a request should be executed synchronously. sync
can only return completed or canceled verification responses, not pending. async
will return only pending.
Query parameters
Comma-separated names of fields to include in the response. If omitted, all fields are included
Request
A single level key-value JSON object that can be used to store custom data on the verification request; keys and values must be strings
Response
We use data from thousands of verification requests to estimate the duration between creation and completion of a request. For a provided company, upper_bound and lower_bound are the time estimates (in hours) that this particular request will take to be fully processed by Truework. May be an empty if an estimate does not exist for the verification request.
The details for the cancellation; only present when state is canceled
A single level key-value JSON object that can be used to store custom data on the verification request; keys and values must be strings