ThoroughRepository – Sale Data Status API
This 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.
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.
curl
https://api.thoroughrepository.com/api/inspections/sales
\
-H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" \
-H "Accept: application/json"