Webhook 등록

View as Markdown

이벤트 알림을 받을 webhook URL을 등록합니다. 하나의 계정에 여러 webhook을 등록할 수 있습니다.

Authentication

AuthorizationBearer

API Key를 Bearer 토큰으로 전달

Path parameters

accountIdstringRequired

계정 ID

Request

This endpoint expects an object.
urlstringRequired
Webhook URL
eventslist of enumsRequired

구독할 이벤트 목록

Response

Webhook 생성 성공

idstringOptional
account_idstringOptional
urlstringOptional
eventslist of stringsOptional
activebooleanOptional
created_atdatetimeOptional

Errors

400
Bad Request Error
401
Unauthorized Error