GraphQL API
Organization API
Organization / Types/ object

WebhookEdge

An edge that contains a node of type Webhook and a cursor.

Fields

2 fields
idID!

Unique primary key.

eventCodeString!

Event code

endpointString!

Endpoint

secretString!

Secret of the webhook

isEnabledBoolean!

Enabled

createdAtDateTimeTz!

When the webhook was created.

updatedAtDateTimeTz!

When the webhook was last updated.

cursorString!

A unique cursor that can be used for pagination.