provider organizationsintegrations GET
/api/organizations/{organization_id}/integrations/ @utdk/posthog
/api/organizations/{organization_id}/integrations/ org_organizations_integrations_list
ViewSet for organization-level integrations.
Provides access to integrations that are scoped to the entire organization
(vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.
Creation is handled by the integration installation flows
(e.g., Vercel marketplace installation). Users can disconnect integrations
via the DELETE endpoint.
- limit query
- Number of results to return per page.
- integer
- offset query
- The initial index from which to return the results.
- integer
- organization_id path required
- ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.orgOrganizationsIntegrationsList()