# webhookDelivery

Fetches one delivery including its request and response bodies.

```
webhookDelivery(

  webhookId: ID!

  id: ID!

): WebhookDeliveryDetail
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`webhookDelivery.webhookId`](#webhook-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#webhook-id "Enlace directo al webhook-id")

#### [`webhookDelivery.id`](#id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Enlace directo al id")

### Type[​](#type "Enlace directo al Type")

#### [`WebhookDeliveryDetail`](https://docs.monei.com/es/es/apis/graphql/types/objects/webhook-delivery-detail/.md) object[​](#webhookdeliverydetail- "Enlace directo al 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.
