Get webhook endpoint secret
cURL
curl --request GET \ --url https://api.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
Endpoint signing secret
"whsec_abcdXXX"
Was this page helpful?