Skip to main content
When you connect Retrac to other tools via the API, you need your workspace ID alongside your API key. The workspace ID tells Retrac which inventory catalog to read or write.
REST API access is available on Business plans and above. Create API keys under Settings → API Keys.

Find your workspace ID

1

Open workspace settings

Sign in to app.retrac.co and open the workspace you want to integrate with.
2

Go to General settings

Click Settings → General in the sidebar.
3

Copy the workspace ID

Copy the workspace ID shown on that page. It is a unique identifier for this workspace.

Use the workspace ID in API requests

Include your API key in the Authorization header and pass the workspace ID for operations that require it:
Authorization: Bearer YOUR_API_KEY
See API keys, Authentication, and Retrieve a workspace for full details.
Each workspace has its own ID. If you belong to multiple workspaces, make sure you use the ID for the correct one in your integration.