인터페이스 WebhookUnbrandedRequiredHeaders

웹훅 요청에 필수적으로 포함되는 헤더들입니다.

interface WebhookUnbrandedRequiredHeaders {
    webhook-id: string;
    webhook-timestamp: string;
    webhook-signature: string;
}

속성

webhook-id: string
webhook-timestamp: string
webhook-signature: string