Scope names follow the pattern
resource:action. The wildcard * grants all current and future permissions.Available Scopes
Campaigns
Sender Accounts
Leads
Replies
Wildcard
Scope Checking
When an API request is made, ColdSend verifies the API key has the required scope:Success Example
Insufficient Scope Example
403 Forbidden
Best Practices
- Principle of least privilege — Grant only the minimum scopes needed
- Separate keys by function — Different integrations should use different keys
- Audit regularly — Review which scopes your keys actually use
- Use compound scopes —
campaigns:allis cleaner than listing each scope individually
Next Steps
Authentication
Learn how to authenticate requests using API keys.
API Keys
Create and manage API keys for your integrations.

