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"
このページは役に立ちましたか?