Integrations
List an Organization's Available Integrations
Lists all the available Integrations for an Organization.
get/api/0/organizations/{organization_id_or_slug}/integrations/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
Query parameters
providerKeystring
Specific integration provider to filter by such as slack. See our Integrations Documentation for an updated list of providers.
featuresstring[]
Integration features to filter by. See our Integrations Documentation for an updated list of features. Current available ones are:
- alert-rule
- chat-unfurl
- codeowners
- commits
- data-forwarding
- deployment
- enterprise-alert-rule
- enterprise-incident-management
- incident-management
- issue-basic
- issue-sync
- mobile
- serverless
- session-replay
- stacktrace-link
- ticket-rules
includeConfigboolean
Specify True to fetch third-party integration configurations. Note that this can add several seconds to the response time.
cursorstring
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.