Get the list of system hooks
GET
/v3/hooksGet the list of system hooks
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the list of system hooks
数据结构
Delete a hook
id
string
可选
url
string
可选
created_at
string
可选
push_events
string
可选
tag_push_events
string
可选
enable_ssl_verification
string
可选
示例
{
"id": "string",
"url": "string",
"created_at": "string",
"push_events": "string",
"tag_push_events": "string",
"enable_ssl_verification": "string"
}
最后修改时间: 1 个月前