Get all orders

An order is a consolidation of multiple verifications.

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.

Query parameters

limitintegerOptionalDefaults to 25
Limit the number of results returned
offsetintegerOptionalDefaults to 0
Offset the results by page
search_keystringOptional

Filter by search_key value passed in on Order creation

include_report_annotationsbooleanOptionalDefaults to false

Opt-in to including annotations on reports

verification_idstringOptional

Filter by associated verification_id

Response

A list of Orders was successfully retrieved.
countinteger
resultslist of objects
nextstring
previousstring

Errors

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