Get your token
- Open Breakcold.
- Go to Settings.
- Open API keys.
- Click Create key.
- Give the key a clear name, for example “Zapier records sync” or “Reporting dashboard”.
- Choose the Scopes. Scopes decide what the key is allowed to do. Start with only the permissions the tool needs, such as Read records.
- Choose the Workspace limit. Leave it empty if the key can use every workspace you can access, or select only the workspace the tool should use.
- Choose an Expiration. For a short test, choose 30 days. For a trusted automation, choose the duration that matches how your team manages credentials.
- Click Create personal key.
- Copy the API key immediately.
Use your token
When a tool asks for a bearer token, authorization token, or API token, paste your Breakcold API key.API URL
Use this API URL for every request.Authorization header:
YOUR_API_KEY with the key you copied from Breakcold. Keep the word Bearer, then add one space, then paste the key.
Keep your token safe
An API key can access the data allowed by its scopes and workspace limit. Treat it like a password.- Store it in a password manager or in your automation tool’s secure secret field.
- Do not paste it in public documents, screenshots, chat messages, or support tickets.
- Give it only the scopes it needs.
- Revoke it if a tool no longer needs access.
- Revoke it and create a new one if you think it was shared by mistake.
Common errors
401 Unauthorized usually means the token is missing, expired, revoked, or copied incorrectly. Check that the request includes Authorization: Bearer YOUR_API_KEY.
403 Forbidden usually means the key does not have the right scope or workspace access. Create a new key with the permission the tool needs, then revoke the old one.