{ 
  "list": {
    "method": "GET",
    "path_template": "/webhooks",
    "url_params": {},
    "body": {"meta":{"cursors":{"after":"example after 9103","before":"example before 6611"},"limit":50},"webhooks":[{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 7807","request_headers":{},"response_body":"example response_body 3756","response_body_truncated":true,"response_code":6157,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":true,"successful":false,"url":"https://example.com/webhooks"},{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 9386","request_headers":{},"response_body":"example response_body 8470","response_body_truncated":false,"response_code":417,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":false,"successful":true,"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 7029","request_headers":{},"response_body":"example response_body 2520","response_body_truncated":true,"response_code":1661,"response_headers":{},"response_headers_content_truncated":true,"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 9551","request_headers":{},"response_body":"example response_body 2954","response_body_truncated":true,"response_code":9516,"response_headers":{},"response_headers_content_truncated":true,"response_headers_count_truncated":false,"successful":true,"url":"https://example.com/webhooks"}}
  }
}

