Interface WebhookEndpoint

Export

WebhookEndpoint

Hierarchy

  • WebhookEndpoint

Properties

account_id: string

The id of the associated account.

Memberof

WebhookEndpoint

created_at: string

Time at which the object was created.

Memberof

WebhookEndpoint

description?: string

An optional description of what the webhook is used for.

Memberof

WebhookEndpoint

The list of events to enable for this endpoint. You may specify [\'*\'] to enable all events, except those that require explicit selection.

Memberof

WebhookEndpoint

id: string

Unique identifier for the object.

Memberof

WebhookEndpoint

secret?: string

The endpoint's secret, used to generate webhook signatures. Only returned at creation.

Memberof

WebhookEndpoint

updated_at: string

Time at which the object was last updated.

Memberof

WebhookEndpoint

url: string

The URL of the webhook endpoint.

Memberof

WebhookEndpoint

Generated using TypeDoc