跳轉到主要內容
GET
/
v2
/
webhook
/
endpoint
/
{id}
/
secret
端點 - 取得密鑰
curl --request GET \
  --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret \
  --header 'Authorization: Bearer <token>'
{
  "secret": "whsec_abcdXXX"
}

授權

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路徑參數

id
string
必填

端點 ID

回應

200 - application/json

成功回應

Secret response for a webhook endpoint

secret
string
必填

端點簽名密鑰

範例:

"whsec_abcdXXX"