integrations
Get Organization Integrations Endpoint
Get all integration statuses for the given organization.
Returns a comprehensive overview of all integrations configured for the organization, including:
- OAuth-based integrations (Slack, Linear, Notion, Figma, ClickUp, Jira, Sentry, Monday.com)
- GitHub app installations
- API key-based integrations (CircleCI)
- Database connections (PostgreSQL)
Each integration includes its current status (active/inactive), associated token/installation IDs, and relevant metadata such as app names, organization names, etc.
Rate limit: 60 requests per 30 seconds.
Previous
Get OrganizationsGet organizations for the authenticated user.
Returns a paginated list of all organizations that the authenticated user is a member of.
Results include basic organization details such as name, ID, and membership information.
Use pagination parameters to control the number of results returned.
Rate limit: 60 requests per 30 seconds.
Next