{ "opencollection": "1.0.0", "info": { "name": "PostHog actions role_external_references API", "version": "1.0.0" }, "items": [ { "info": { "name": "role_external_references", "type": "folder" }, "items": [ { "info": { "name": "role_external_references_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/role_external_references/", "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}}" } } }, { "info": { "name": "role_external_references_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/role_external_references/", "params": [ { "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": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "role_external_references_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/organizations/:organization_id/role_external_references/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this role external reference." }, { "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}}" } } }, { "info": { "name": "role_external_references_lookup_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/role_external_references/lookup/", "params": [ { "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/." }, { "name": "provider", "value": "", "type": "query", "description": "Integration kind (e.g., github, linear, jira, slack)." }, { "name": "provider_organization_id", "value": "", "type": "query", "description": "Provider organization/workspace/site identifier." }, { "name": "provider_role_id", "value": "", "type": "query", "description": "Stable provider role identifier." }, { "name": "provider_role_slug", "value": "", "type": "query", "description": "Human-friendly provider role identifier." } ] } } ] } ], "bundled": true }