メインコンテンツへスキップ
GET
/
v2
/
webhook
/
endpoint
/
{id}
/
secret
エンドポイント - シークレット取得
curl --request GET \
  --url https://api.chainstream.io/v2/webhook/endpoint/{id}/secret \
  --header 'Authorization: Bearer <token>'
{
  "secret": "whsec_abcdXXX"
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

エンドポイント ID

レスポンス

200 - application/json

成功レスポンス

Secret response for a webhook endpoint

secret
string
必須

エンドポイント署名シークレット

:

"whsec_abcdXXX"