DEV

Type.

WebhookLog

No description

Fields

createdAt

DateTime!

Required

When this Webhook was created.

id

ID!

Required

A unique identifier for the WebhookLog.

mode

Mode!

Required

Whether this WebhookLog is in live or test mode

organizationId

ID!

Required

The Organization associated with the Webhook.

request

String!

Required

The request body sent to the webhook url.

responseStatus

Int

The http response status code.

Required

The type of webhook.

url

String!

Required

The url to send the webhook to.

webhook

Webhook

The webhook that this log is associated with.

Was this page helpful?