Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The unique identifier of the webhook. |
| url | string | The URL that receives webhook POST requests. |
| name | string | Optional name for the webhook. |
| description | string | Optional description of the webhook. |
| project_id | integer | The ID of the project the webhook belongs to. |
| created_at | string | The date and time the webhook was created. |
| push_events | boolean | Whether the webhook triggers on push events. |
| tag_push_events | boolean | Whether the webhook triggers on tag push events. |
| issues_events | boolean | Whether the webhook triggers on issue events. |
| confidential_issues_events | boolean | Whether the webhook triggers on confidential issue events. |
| merge_requests_events | boolean | Whether the webhook triggers on merge request events. |
| note_events | boolean | Whether the webhook triggers on comment events. |
| confidential_note_events | boolean | Whether the webhook triggers on confidential comment events. |
| job_events | boolean | Whether the webhook triggers on job status change events. |
| pipeline_events | boolean | Whether the webhook triggers on pipeline status change events. |
| wiki_page_events | boolean | Whether the webhook triggers on wiki page events. |
| deployment_events | boolean | Whether the webhook triggers on deployment events. |
| releases_events | boolean | Whether the webhook triggers on release events. |
| member_events | boolean | Whether the webhook triggers on group member events. |
| enable_ssl_verification | boolean | Whether SSL certificate verification is enabled for the webhook URL. |
| push_events_branch_filter | string | Branch name or wildcard pattern to filter push events. |
| branch_filter_strategy | string | The strategy used for filtering branches. |
| alert_status | string | The current alert status of the webhook based on delivery failures. |
| disabled_until | string | If set, the webhook is temporarily disabled until this time. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-webhooks-webhook-schema.json",
"title": "Webhook",
"description": "Webhook from GitLab API",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The unique identifier of the webhook.",
"example": 42
},
"url": {
"type": "string",
"format": "uri",
"description": "The URL that receives webhook POST requests.",
"example": "https://gitlab.com/example"
},
"name": {
"type": "string",
"description": "Optional name for the webhook.",
"example": "Example Project"
},
"description": {
"type": "string",
"description": "Optional description of the webhook.",
"example": "Example description"
},
"project_id": {
"type": "integer",
"description": "The ID of the project the webhook belongs to.",
"example": 42
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "The date and time the webhook was created.",
"example": "2026-04-17T12:00:00Z"
},
"push_events": {
"type": "boolean",
"description": "Whether the webhook triggers on push events.",
"example": true
},
"tag_push_events": {
"type": "boolean",
"description": "Whether the webhook triggers on tag push events.",
"example": true
},
"issues_events": {
"type": "boolean",
"description": "Whether the webhook triggers on issue events.",
"example": true
},
"confidential_issues_events": {
"type": "boolean",
"description": "Whether the webhook triggers on confidential issue events.",
"example": true
},
"merge_requests_events": {
"type": "boolean",
"description": "Whether the webhook triggers on merge request events.",
"example": true
},
"note_events": {
"type": "boolean",
"description": "Whether the webhook triggers on comment events.",
"example": true
},
"confidential_note_events": {
"type": "boolean",
"description": "Whether the webhook triggers on confidential comment events.",
"example": true
},
"job_events": {
"type": "boolean",
"description": "Whether the webhook triggers on job status change events.",
"example": true
},
"pipeline_events": {
"type": "boolean",
"description": "Whether the webhook triggers on pipeline status change events.",
"example": true
},
"wiki_page_events": {
"type": "boolean",
"description": "Whether the webhook triggers on wiki page events.",
"example": true
},
"deployment_events": {
"type": "boolean",
"description": "Whether the webhook triggers on deployment events.",
"example": true
},
"releases_events": {
"type": "boolean",
"description": "Whether the webhook triggers on release events.",
"example": true
},
"member_events": {
"type": "boolean",
"description": "Whether the webhook triggers on group member events.",
"example": true
},
"enable_ssl_verification": {
"type": "boolean",
"description": "Whether SSL certificate verification is enabled for the webhook URL.",
"example": true
},
"push_events_branch_filter": {
"type": "string",
"description": "Branch name or wildcard pattern to filter push events.",
"example": "main"
},
"branch_filter_strategy": {
"type": "string",
"enum": [
"wildcard",
"regex",
"all_branches"
],
"description": "The strategy used for filtering branches.",
"example": "wildcard"
},
"alert_status": {
"type": "string",
"description": "The current alert status of the webhook based on delivery failures.",
"example": "2026-04-17T12:00:00Z"
},
"disabled_until": {
"type": "string",
"format": "date-time",
"description": "If set, the webhook is temporarily disabled until this time.",
"example": "example_value"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gitlab-webhooks-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.