Get all orders
An order is a consolidation of multiple verifications.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept
Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.
Query parameters
limit
Limit the number of results returned
offset
Offset the results by page
search_key
Filter by search_key value passed in on Order creation
include_report_annotations
Opt-in to including annotations on reports
verification_id
Filter by associated verification_id
Response
A list of Orders was successfully retrieved.
count
results
next
previous