Skip to main content
GET
/
api
/
v1
/
integrations
/
sentry
/
callback
Sentry Oauth Callback
curl --request GET \
  --url https://api.example.com/api/v1/integrations/sentry/callback
{
  "status": "<string>",
  "message": "<string>",
  "user_id": "<string>"
}

Response

200 - application/json

Successful Response

Response for OAuth status check

status
string
required
message
string
required
user_id
string
required