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.

response

String

The response body returned by the webhook url, or the transport error when no response was received. Truncated for large responses.

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.
Book a demo

Was this page helpful?