Webhook 訂閱清單
get
Authorizations
X-API-KeystringRequired
Responses
200
查詢成功,回傳目前的訂閱清單
application/json
統一成功回應信封。
data:實際的業務資料(泛型T,必須可序列化)。meta:與這次請求有關的中繼資訊(request id、分頁、credit 用量等)。
401
缺少或無效的 API key
get/v1/webhooks
GET /v1/webhooks HTTP/1.1
Host: api.blockchainsecurity.asia
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": [],
"meta": {
"request_id": "ecfbb684-3037-4757-a762-29a805d5dc86"
}
}Last updated
Was this helpful?

