Interface: WebhookEndpointCreateResponse
Defined in: sdk/src/types.ts:559
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Inherited from | Defined in |
|---|---|---|---|
id | string | WebhookEndpointResponse.id | sdk/src/types.ts:550 |
organizationId | string | WebhookEndpointResponse.organizationId | sdk/src/types.ts:551 |
url | string | WebhookEndpointResponse.url | sdk/src/types.ts:552 |
events | string[] | WebhookEndpointResponse.events | sdk/src/types.ts:553 |
isActive | boolean | WebhookEndpointResponse.isActive | sdk/src/types.ts:554 |
createdAt | string | WebhookEndpointResponse.createdAt | sdk/src/types.ts:555 |
updatedAt | string | WebhookEndpointResponse.updatedAt | sdk/src/types.ts:556 |
secret | string | - | sdk/src/types.ts:560 |