Interface WebhookUnbrandedRequiredHeaders

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

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

Properties

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