메인 콘텐츠로 건너뛰기
GET
/
v1
/
server
/
webhooks
웹훅 목록 조회
curl --request GET \
  --url https://sdk-api.playcamp.io/v1/server/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "eventType": "coupon.redeemed",
      "url": "<string>",
      "isActive": true,
      "retryCount": 123,
      "timeoutMs": 123,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

인증

Authorization
string
header
필수

Server API Key (format: {keyId}:{secret})

응답

200 - application/json

성공

data
object[]
필수