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
이 페이지가 도움이 되었나요?