API Reference
Webhook 테스트 발송
등록된 webhook으로 테스트 이벤트를 발송합니다.
Authorization
BearerAuth AuthorizationBearer <token>
API Key를 Bearer 토큰으로 전달
In: header
Path Parameters
accountId*string
계정 ID
webhookId*string
Webhook ID
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/accounts/AC1a2b3c4d/webhooks/WH1a2b3c4d/test"{
"ok": true,
"message": "Test webhook sent"
}{
"error": "string",
"code": "INVALID_PHONE_NUMBER"
}{
"error": "string",
"code": "INVALID_PHONE_NUMBER"
}