GitLab · Example Payload

Gitlab Webhooks Webhook Example

Example description

CodePlatformSoftware DevelopmentSource Control

Gitlab Webhooks Webhook Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlnamedescriptionproject_idcreated_atpush_eventstag_push_eventsissues_eventsconfidential_issues_events

Example Payload

Raw ↑
{
  "id": 42,
  "url": "https://gitlab.com/example",
  "name": "Example Project",
  "description": "Example description",
  "project_id": 42,
  "created_at": "2026-04-17T12:00:00Z",
  "push_events": true,
  "tag_push_events": true,
  "issues_events": true,
  "confidential_issues_events": true
}