Webhook
Represents a webhook endpoint configured for account events.
type Webhook implements Node {
createdAt: ISO8601DateTime!
event: WebhookEvent!
failureCount: Int!
failureReason: String
id: ID!
signingEnabled: Boolean!
state: WebhookState!
updatedAt: ISO8601DateTime!
url: String!
}
Fields
Webhook.createdAt ● ISO8601DateTime! non-null scalar common
Webhook.event ● WebhookEvent! non-null enum common
Webhook.failureCount ● Int! non-null scalar common
Webhook.failureReason ● String scalar common
Webhook.id ● ID! non-null scalar common
Webhook.signingEnabled ● Boolean! non-null scalar common
Webhook.state ● WebhookState! non-null enum common
Webhook.updatedAt ● ISO8601DateTime! non-null scalar common
Webhook.url ● String! non-null scalar common
Interfaces
Node interface common
An object with an ID.
Returned by
webhook query
Member of
WebhookConnection object ● WebhookCreatePayload object ● WebhookEdge object ● WebhookReactivatePayload object ● WebhookTestPayload object ● WebhookUpdatePayload object