---
title: "Redeliver a delivery for an app webhook"
method: POST
path: "/app/hook/deliveries/{delivery_id}/attempts"
tags: ["apps"]
---

# Redeliver a delivery for an app webhook

`POST /app/hook/deliveries/{delivery_id}/attempts`

Redeliver a delivery for the webhook configured for a GitHub App.

You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.

## Path parameters

- `delivery_id` integer, required

## Response `202`

Accepted

- object

## Other responses

- `400` — Bad Request
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api/versions/a367f7028301/schema)
