Webhook 엔드포인트 시크릿 조회
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>
엔드포인트 ID
성공 응답
Secret response for a webhook endpoint
엔드포인트 서명 시크릿
"whsec_abcdXXX"
이 페이지가 도움이 되었나요?