获取 Webhook 端点密钥
cURL
curl --request GET \ --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret \ --header 'Authorization: Bearer <token>'
{ "secret": "whsec_abcdXXX" }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
端点 ID
成功响应
Webhook 端点的密钥响应
端点签名密钥
"whsec_abcdXXX"
此页面对您有帮助吗?