v1
Current2026Initial public API release. All endpoints are available under /api/v1.
Authentication
- Login with client credentials (email and password)
- Refresh and revoke access tokens
Core resources
- Users, employees, and remote recovery
- Orders (ITAD, deployment, procurement, repair)
- Asset registry and remote asset recovery
- Ticketing, wallet, and shipping labels
- Legal hold and asset deployment
Pagination & identifiers
- List responses use snake_case pagination: current_page, total_pages, total, per_page, from, to
- Resource IDs are returned as strings. Pass the full value on detail and update routes
Filtering & sorting
- Documented per-endpoint filter query parameters and fixed server-side sort order
Rate limits
- Global limit of 60 requests per minute per IP on all /api/v1 endpoints
- 429 responses with RateLimit-* response headers