{ 
  "list": {
    "method": "GET",
    "path_template": "/webhooks",
    "url_params": {},
    "body": {"meta":{"cursors":{"after":"example after 2337","before":"example before 2055"},"limit":50},"webhooks":[{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 3093","request_headers":{},"response_body":"example response_body 2163","response_body_truncated":false,"response_code":6798,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":false,"successful":false,"url":"https://example.com/webhooks"},{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":true,"request_body":"example request_body 2511","request_headers":{},"response_body":"example response_body 3580","response_body_truncated":false,"response_code":6909,"response_headers":{},"response_headers_content_truncated":true,"response_headers_count_truncated":true,"successful":false,"url":"https://example.com/webhooks"}]}
  },
  "get": {
    "method": "GET",
    "path_template": "/webhooks/:identity",
    "url_params": {"identity": "WB123"},
    "body": {"webhooks":{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":true,"request_body":"example request_body 9464","request_headers":{},"response_body":"example response_body 5438","response_body_truncated":false,"response_code":6191,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":true,"successful":true,"url":"https://example.com/webhooks"}}
  },
  "retry": {
    "method": "POST",
    "path_template": "/webhooks/:identity/actions/retry",
    "url_params": {"identity": "WB123"},
    "body": {"webhooks":{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 6517","request_headers":{},"response_body":"example response_body 9586","response_body_truncated":false,"response_code":1890,"response_headers":{},"response_headers_content_truncated":true,"response_headers_count_truncated":false,"successful":false,"url":"https://example.com/webhooks"}}
  }
}

