Get webhook endpoint secret
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/webhook/endpoint/{id}/secret \ --header 'Authorization: Bearer <token>'
{ "secret": "whsec_abcdXXX" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Endpoint ID
Successful response
Secret response for a webhook endpoint
DTO.ENDPOINT.SECRET
"whsec_abcdXXX"
Was this page helpful?