Ellipsis APIReferencePlatform

List Sentry Organizations

List the connected Sentry organizations.

GET
/v1/sentry/organizations

List the connected Sentry organizations.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/sentry/organizations"
{  "organizations": [    {      "integration_id": "string",      "organization_slug": "string"    }  ]}