取得 Webhook 端點密鑰
cURL
curl --request GET \ --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret \ --header 'Authorization: Bearer <token>'
{ "secret": "whsec_abcdXXX" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
端點 ID
成功回應
Secret response for a webhook endpoint
端點簽名密鑰
"whsec_abcdXXX"
這個頁面有幫助嗎?