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
Create a New Token
Click the Create New Token button. Enter a name for the token and set an expiry date.
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.
Managing Tokens
From the Tokens section you can:| Action | Description |
|---|---|
| View tokens | See all tokens in the workspace with their name, creation date, and expiry date |
| Revoke a token | Immediately invalidate a token — use this if a token is compromised or no longer needed |
| Create new token | Generate a new token with a name and expiry date |