# webhookDelivery

Fetches one delivery including its request and response bodies.

```
webhookDelivery(

  webhookId: ID!

  id: ID!

): WebhookDeliveryDetail
```

### Arguments[​](#arguments "Direct link to Arguments")

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

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

### Type[​](#type "Direct link to Type")

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