GET
/
api
/
v1
/
integrations
/
sentry
/
status
/
{user_id}
{
  "user_id": "<string>",
  "is_connected": true,
  "connected_at": "2023-11-07T05:31:56Z",
  "scope": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Path Parameters

user_id
string
required

Response

Successful Response

Sentry integration status for a user

user_id
string
required
is_connected
boolean
required
connected_at
string<date-time> | null
scope
string | null
expires_at
string<date-time> | null