private methods. If you only plan to use public methods, you can use the default scope values.
📖 Related Support Article: Connection Management
Assigning Scopes During API Key Creation
Scopes are assigned when you create an API key, either through the web interface or via the API. The scopes you select during key creation define the maximum permissions that can be granted when authenticating with that key. When you authenticate usingpublic/auth, you can request specific scopes, but they cannot exceed the scopes assigned to your API key.
Creating API Keys
Learn how to create API keys and configure scopes during setup
Connection and Session Management
These scopes control how tokens are bound to connections and sessions:Functional Access Scopes
These scopes define what API functionality your token can access. Each functional area supports both read-only (:read) and read-write (:read_write) access levels.