Skip to main content
GET
/
api
/
v1
/
integrations
/
schema
/
list
List Integrations Schema
curl --request GET \
  --url https://api.example.com/api/v1/integrations/schema/list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "count": 123,
  "integrations": {},
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

integration_type
enum<string> | null

Supported integration types

Available options:
sentry,
github,
slack,
jira,
linear,
confluence
status
enum<string> | null

Integration status values

Available options:
active,
inactive,
pending,
error
active
boolean | null

Response

Successful Response

Response containing list of integrations

success
boolean
required

Whether the operation was successful

count
integer
required

Number of integrations returned

integrations
Integrations · object
required

Dictionary of integrations

error
string | null

Error message if operation failed