{ "opencollection": "1.0.0", "info": { "name": "PostHog actions oauth_applications API", "version": "1.0.0" }, "items": [ { "info": { "name": "oauth_applications", "type": "folder" }, "items": [ { "info": { "name": "oauth_applications_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/oauth_applications/", "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 listing OAuth applications at the organization level (read-only)." } ] } ], "bundled": true }