webhookDelivery
Fetches one delivery including its request and response bodies.
webhookDelivery(
webhookId: ID!
id: ID!
): WebhookDeliveryDetail
Arguments
webhookDelivery.webhookId ● ID! non-null scalar
webhookDelivery.id ● ID! non-null scalar
Type
WebhookDeliveryDetail object
Returned only by the single-delivery query. The request body is the exact signed payload that was sent, so this carries full event data.
Was this page helpful?