Retrac’s API is in beta. Questions or feedback:
[email protected].
Authentication
API keys, scopes, and workspace ID
Security
Safe integration practices
Base URL
Quick example
Authentication
Pass your API key as a Bearer token:retrac_) keys and scope details.
Workspace ID
Most endpoints requireworkspaceId as a query parameter (full-access keys only):
API surface
| Resource | Endpoints | Description |
|---|---|---|
| Items | /items, /items/bulk, /items/count | Product catalog CRUD |
| Tags | /tags | Organize items |
| Locations | /locations, /locations/count | Warehouses, vans, sites |
| Inventory | /inventory/balances, /inventory/movements | Stock levels and ledger |
| Transfers | /inventory/transfers | Move stock between locations |
| Workspaces | /workspaces | Workspace metadata |
https://api.retrac.co
Response codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Bad request |
401 | Invalid or missing API key |
403 | Forbidden (scope, role, or plan) |
404 | Resource not found |
409 | Conflict (duplicate slug, name, etc.) |
429 | Rate limit exceeded |
500 | Server error |
Versioning
The API is currently at version0.0.1. Breaking changes will be minimized during beta; monitor this documentation for updates.