Skip to main content
GET
/
api
/
v1
/
integrations
/
sentry
/
status
/
{user_id}
Get Sentry Status
curl --request GET \
  --url https://api.example.com/api/v1/integrations/sentry/status/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "is_connected": true,
  "connected_at": "2023-11-07T05:31:56Z",
  "scope": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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