Skip to main content
Returns the URL to initiate the Sentry OAuth flow. Redirect the user to this URL to connect their Sentry account.

Authentication

Requires a valid Bearer token.

Response

url
string
required
The Sentry OAuth authorization URL.
{
  "url": "https://sentry.io/oauth/authorize?client_id=..."
}

Errors

StatusDescription
401Unauthorized — missing or invalid token