Github API - Test Config

GET /app/hook/deliveries/{delivery_id}
apps

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

You must use a JWT to access this endpoint.
Get a delivery for an app webhook

Arguments
key delivery-id

delivery-id [scalar]

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json hook-delivery

hook-delivery [object]

Delivery made by a webhook.

Attributes
action string

The type of activity for the event that triggered the delivery.

delivered_at string

Time when the delivery was delivered.

duration number

Time spent delivering.

event string

The event that triggered the delivery.

guid string

Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).

id integer

Unique identifier of the delivery.

installation_id integer

The id of the GitHub App installation associated with this event.

redelivery boolean

Whether the delivery is a redelivery.

repository_id integer

The id of the repository associated with this event.

request 2008

response 2011

status string

Description of the status of the attempted delivery

status_code integer

Status code received when delivery was made.

url string

The URL target of the delivery.

API:
Github Open API
(version: 1.1.4)
400 bad_request

bad_request [scalar]

Bad Request

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)