跳轉到主要內容
POST
/
v2
/
webhook
/
endpoint
/
{id}
/
secret
/
rotate
端點 - 輪換密鑰
curl --request POST \
  --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret/rotate \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

授權

Authorization
string
header
必填

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

路徑參數

id
string
必填

端點 ID

回應

200 - application/json

成功回應

Boolean result for endpoint operations (delete, rotate secret)

success
boolean
必填

操作成功狀態

範例:

true