注册事件订阅
测试中POST
/v1/event-subs请求参数
Body 参数application/json
endpoint_type
string
端点类型
HTTP, GRPC
endpoint
string
端点
接受端点地址,比如 http://rec.example.com
示例
{
"endpoint_type": "string",
"endpoint": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
订阅id
示例
未设置
最后修改时间: 9 months ago