{ "opencollection": "1.0.0", "info": { "name": "PostHog actions organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_integrations_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/integrations/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for organization-level integrations.\n\nProvides access to integrations that are scoped to the entire organization\n(vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.\n\nCreation is handled by the integration installation flows\n(e.g., Vercel marketplace installation). Users can disconnect integrations\nvia the DELETE endpoint." }, { "info": { "name": "org_organizations_integrations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization integration." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for organization-level integrations.\n\nProvides access to integrations that are scoped to the entire organization\n(vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.\n\nCreation is handled by the integration installation flows\n(e.g., Vercel marketplace installation). Users can disconnect integrations\nvia the DELETE endpoint." }, { "info": { "name": "org_organization_integrations_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/organizations/:organization_id/integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization integration." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for organization-level integrations.\n\nProvides access to integrations that are scoped to the entire organization\n(vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.\n\nCreation is handled by the integration installation flows\n(e.g., Vercel marketplace installation). Users can disconnect integrations\nvia the DELETE endpoint." }, { "info": { "name": "integrations_environment_mapping_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/integrations/:id/environment-mapping/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this organization integration." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" } }, "docs": "ViewSet for organization-level integrations.\n\nProvides access to integrations that are scoped to the entire organization\n(vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.\n\nCreation is handled by the integration installation flows\n(e.g., Vercel marketplace installation). Users can disconnect integrations\nvia the DELETE endpoint." } ] } ], "bundled": true }