{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Subscribable API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscribable", "type": "folder" }, "items": [ { "info": { "name": "Atlassian List Subscribable Webhook Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/hook_events/:subject_type", "params": [ { "name": "subject_type", "value": "", "type": "path", "description": "A resource or subject type." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.atlassian.com/authorize", "accessTokenUrl": "https://auth.atlassian.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a paginated list of all valid webhook events for the\nspecified entity.\n**The team and user webhooks are deprecated, and you should use workspace instead.\nFor more information, see [the announcement](https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-teams-deprecation/).**\n\nThis is public data that does not require any scopes or authentication.\n\nNOTE: The example response is a truncated response object for the `workspace` `subject_type`.\nWe return the same structure for the oth" } ] } ], "bundled": true }