Sentry · OAuth Scopes
Sentry OAuth Scopes
OAuth 2.0
searched
Sentry publishes 26 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Sentry API on a user’s behalf.
Tokens are issued from https://sentry.io/oauth/token/.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time Monitoring
Scopes: 26
Flows: authorizationCode
Method: searched
OAuth endpoints
Authorization URL
https://sentry.io/oauth/authorize/
https://sentry.io/oauth/authorize/
Token URL
https://sentry.io/oauth/token/
https://sentry.io/oauth/token/
Flows
authorizationCode
authorizationCode
Scopes (26)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication | |
| Access the user's email address | ||
| profile | Access the user's basic profile | |
| org:read | Read organization details (GET organization endpoints) | |
| org:write | Create/update organizations (PUT/POST organization endpoints) | |
| org:admin | Delete organizations and full admin (DELETE organization endpoints) | |
| org:billing | Access organization billing information | |
| org:ci | CI and deployment workflows — upload source maps | |
| org:integrations | Manage organization integrations | |
| project:read | Read project details (GET project endpoints) | |
| project:write | Create/update projects (PUT/POST project endpoints) | |
| project:admin | Delete projects and full admin (DELETE project endpoints) | |
| project:releases | Access project and organization release endpoints | |
| project:distribution | Access project distribution/artifact endpoints | |
| team:read | Read team details (GET team endpoints) | |
| team:write | Create/update teams (PUT/POST team endpoints) | |
| team:admin | Delete teams and full admin (DELETE team endpoints) | |
| member:read | Read organization members (GET member endpoints) | |
| member:invite | Invite members to the organization | |
| member:write | Create/update members (PUT/POST member endpoints) | |
| member:admin | Remove members and full admin (DELETE member endpoints) | |
| event:read | Read issues and events (GET event endpoints) | |
| event:write | Update issues and events (PUT event endpoints) | |
| event:admin | Delete issues and events (DELETE event endpoints) | |
| alerts:read | Read alert rules | |
| alerts:write | Create/update/delete alert rules |
📄 Provider scope reference: https://docs.sentry.io/api/permissions/