Skip to main content
POST
/
v2
/
webhook
/
endpoint
/
{id}
/
secret
/
rotate
Endpoint - Rotate Secret
curl --request POST \
  --url https://api.dex.chainstream.io/v2/webhook/endpoint/{id}/secret/rotate \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Endpoint ID

Response

200 - application/json

Successful response

Boolean result for endpoint operations (delete, rotate secret)

success
boolean
required

DTO.ENDPOINT.SUCCESS

Example:

true