Skip to main content
Retrac’s API is in beta. Questions or feedback: [email protected].
Retrac exposes a REST API for managing workspace inventory: items, tags, locations, on-hand stock, transfers, and workspace metadata.

Authentication

API keys, scopes, and workspace ID

Security

Safe integration practices

Base URL

HTTPS is required. HTTP requests are not supported.

Quick example

Authentication

Pass your API key as a Bearer token:
See Authentication for full-access vs restricted (retrac_) keys and scope details.

Workspace ID

Most endpoints require workspaceId as a query parameter (full-access keys only):
Find it under Settings → General in the dashboard.

API surface

OpenAPI spec: https://api.retrac.co

Response codes

See Errors for machine-readable error codes.

Versioning

The API is currently at version 0.0.1. Breaking changes will be minimized during beta; monitor this documentation for updates.