跳转到主要内容
GET
/
v2
/
webhook
/
endpoint
/
{id}
/
secret
端点 - 获取密钥
curl --request GET \
  --url https://api.dex.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
必填

DTO.ENDPOINT.SECRET

示例:

"whsec_abcdXXX"