{ 
  "list": {
    "method": "GET",
    "path_template": "/webhooks",
    "url_params": {},
    "body": {"meta":{"cursors":{"after":"example after 9719","before":"example before 6216"},"limit":50},"webhooks":[{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 5642","request_headers":{},"response_body":"example response_body 7045","response_body_truncated":true,"response_code":913,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":false,"successful":true,"url":"https://example.com/webhooks"},{"created_at":"2014-01-01T12:00:00.000Z","id":"WB123","is_test":false,"request_body":"example request_body 9485","request_headers":{},"response_body":"example response_body 701","response_body_truncated":false,"response_code":6574,"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":false,"request_body":"example request_body 6301","request_headers":{},"response_body":"example response_body 9277","response_body_truncated":false,"response_code":1582,"response_headers":{},"response_headers_content_truncated":true,"response_headers_count_truncated":true,"successful":false,"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":true,"request_body":"example request_body 6217","request_headers":{},"response_body":"example response_body 2232","response_body_truncated":false,"response_code":3740,"response_headers":{},"response_headers_content_truncated":false,"response_headers_count_truncated":false,"successful":false,"url":"https://example.com/webhooks"}}
  }
}

