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

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

Secret response for a webhook endpoint

secret
string
required

DTO.ENDPOINT.SECRET

Example:

"whsec_abcdXXX"