WebhookDeliveryDetail
Returned only by the single-delivery query. The request body is the exact signed payload that was sent, so this carries full event data.
type WebhookDeliveryDetail {
delivery: WebhookDelivery!
requestBody: String!
responseBody: String
}
Fields
WebhookDeliveryDetail.delivery ● WebhookDelivery! non-null object
The delivery.
WebhookDeliveryDetail.requestBody ● String! non-null scalar
Payload that was signed and sent, as stored. Truncated when delivery.bodyTruncated is true.
WebhookDeliveryDetail.responseBody ● String scalar
Body returned by the endpoint on the most recent attempt, truncated.
Returned By
webhookDelivery query
Was this page helpful?