메인 콘텐츠로 건너뛰기
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"