Skip to main content

Interface: SCWebhookEndpointType

Interface SCWebhookEndpointType Webhook Schema

Properties

created_at

created_at: string | Date

Webhook creation date-time

Defined in

webhook.ts:14


description

description: string

Webhook description

Defined in

webhook.ts:30


events

events: SCWebhookEventsType[]

Webhook events

Defined in

webhook.ts:34


id

id: number

Webhook id

Defined in

webhook.ts:10


is_active

is_active: boolean

Active status

Defined in

webhook.ts:22


ssl_cert_verification

ssl_cert_verification: boolean

Webhook SSL certificates for HTTPS requests.

Defined in

webhook.ts:38


target

target: string

Webhook target

Defined in

webhook.ts:26


updated_at

updated_at: string | Date

Webhook update date-time

Defined in

webhook.ts:18