Authorization header. This guide explains how to authenticate.Authorization header with your API key as a Bearer token:Authorization: Bearer your_api_key_here| Type | Prefix | Description |
|---|---|---|
| Company API Key | cicle_bz_ | Bound to a specific company and a team |
| User API Key | cicle_user_ | Bound to a specific user account |
companyId and teamId are automatically injected from the key's binding. You do not need to pass them as query parameters.403 Forbidden.card:read scope cannot create or update cards.402 Payment Required.| Status | Meaning |
|---|---|
| 401 | API key is invalid, expired, or not found |
| 402 | Company subscription is expired or inactive |
| 403 | API key does not have the required permission scope |
| 429 | Rate limit exceeded |