Interface WebhookEntry

A registered webhook entry.

interface WebhookEntry {
    createdAt: string;
    events: string[];
    id: string;
    url: string;
}

Properties

Properties

createdAt: string
events: string[]
id: string
url: string