Skip to main content
GET
/
api
/
v1
/
integrations
/
installations
List installations for an organization
curl --request GET \
  --url https://api.example.com/api/v1/integrations/installations \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
draft,
active,
disabled,
reconnect_required,
error
appType
enum<string>
Available options:
source,
destination
appId
string

Response

200 - undefined