Sale Data Status API
The ThoroughRepository API lets sales companies keep their online catalogues in sync with ThoroughRepository. Use it to show which lots have X-ray images and scope videos available, track study counts, approval status, and update timestamps.
The API is organized around REST. It accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes and authentication.
Quick Start
- Obtain a bearer access token from ThoroughRepository.
- List your active sales with
GET /api/inspections/sales. - For a given sale, call
GET /api/submissions/{saleId}/statusto see status for every lot. - Optionally, query a single lot with
GET /api/submissions/{saleId}/{lot}/status.
https://api.thoroughrepository.com