{ "operationId": "atlassianGetAWebhookResource", "method": "GET", "path": "/hook_events", "summary": "Atlassian Get A Webhook Resource", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "repository": { "links": { "events": { "href": "https://api.bitbucket.org/2.0/hook_events/repository" } } }, "workspace": { "links": { "events": { "href": "https://api.bitbucket.org/2.0/hook_events/workspace" } } } } } ] }