Tokens are workspace-scoped Bearer tokens used to authenticate Catalogix API calls. Each token is shown only once — copy it immediately and store it securely before leaving the page.
Creating a Token
1
Go to Tokens
From your active workspace, navigate to the Tokens section.
2
Create a New Token
Click the Create New Token button. Enter a name for the token and set an expiry date.
3
Click Create Token
Click Create Token to generate your token.
4
Copy Your Token
Copy the token immediately and store it in a secure location. It is shown only once — you will not be able to view it again.
Using Your Token
Pass the token as a Bearer token in theAuthorization header on every API request:
Token Scope
- Tokens are workspace-scoped — a token created in one workspace cannot access another workspace.
- All API endpoints require a valid Bearer token except
GET /rate-limit-info.