GitLab · Example Payload

Gitlab Webhooks Webhook Input Example

Example description

CodePlatformSoftware DevelopmentSource Control

Gitlab Webhooks Webhook Input 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

urlnamedescriptionsecret_tokenenable_ssl_verificationpush_eventstag_push_eventsissues_eventsconfidential_issues_eventsmerge_requests_events

Example Payload

Raw ↑
{
  "url": "https://gitlab.com/example",
  "name": "Example Project",
  "description": "Example description",
  "secret_token": "glpat-example-token",
  "enable_ssl_verification": true,
  "push_events": true,
  "tag_push_events": true,
  "issues_events": true,
  "confidential_issues_events": true,
  "merge_requests_events": true
}