Skip to main content
objectWebhookCallback

Implements

Fields

apiKey
String

Secret sent with each delivery so the endpoint can verify the request.

consecutiveFailures
Int!

Number of consecutive failed deliveries since the last success.

createdAt
ISO8601DateTime!

When the callback was created.

disabled
Boolean!

Whether deliveries are currently paused after repeated failures.

disabledAt
ISO8601DateTime

When the callback was disabled, or null when active.

id
ID!

ID of the object.

includedEvents

Events this callback is subscribed to. Null means every event; an empty list means no events.

resourceId
ID!

Resource ID for this object, for interop with the Admin API.

updatedAt
ISO8601DateTime!

When the callback was last updated.

url
String!

HTTPS endpoint that receives webhook deliveries.