Skip to main content
Returns the current Sentry integration connection status for the authenticated user.

Authentication

Requires a valid Bearer token.

Response

connected
boolean
required
Whether a Sentry integration is connected.
organization
string
Sentry organization slug, if connected.
{
  "connected": true,
  "organization": "my-org"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token