Skip to main content

Authentication & Permissions

API Tokens

To interact with WorkTraq via API, you'll need an API token:

  1. Navigate to Settings > API Keys in the web UI.
  2. Create a new token, and assign roles (read-only, full access, custom).
  3. Use this token in the Authorization header (Bearer <token>).

Role-Based Access Control (RBAC)

  • User Roles: Admin, Manager, Sales, etc.
  • API Permissions: Restrict endpoints based on role or token scope.
  • Custom Scopes: Define granular permissions for external integrations.