Authentication
All API requests require a JWT bearer token.
Get your token
- Go to app.rubrichq.io
- Navigate to Settings → API Keys
- Copy your token
Use it in requests
Pass the token in the Authorization header:
Example
Notes
- Tokens are scoped to your workspace (client)
- If your token is compromised, regenerate it from Settings → API Keys