Skip to content

Resend a webhook event

POST
/api/v4/groups/{id}/hooks/{hook_id}/events/{hook_log_id}/resend

Resends a webhook event. This endpoint has a rate limit of five requests per minute for each authenticated user for a given project or group. On GitLab Self-Managed and GitLab Dedicated, an administrator can change this limit in the application settings.

hook_id
required
integer

The ID of the hook

hook_log_id
required
integer

The ID of the hook log entry

id
required
One of:
string

The ID or URL-encoded path of the group

Created

Bad Request

Not found

Unprocessable entity

Too many requests