메인 콘텐츠로 건너뛰기
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