Skip to main content

Webhook

Webhook model description.

type Webhook {
id: ID!
endpoint: String!
scope: String!
}

Fields

idID!required
endpointString!required

URL address that webhooks will be pushed.

scopeString!required

Scope of webhook that defines content of webhook.