輪換 Webhook 端點的密鑰
cURL
curl --request POST \ --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret/rotate \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
端點 ID
成功回應
Boolean result for endpoint operations (delete, rotate secret)
操作成功狀態
true
這個頁面有幫助嗎?