Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| id | integer | Unique identifier of the webhook. |
| name | string | The name of a valid service, use 'web' for a webhook. |
| active | boolean | Determines whether the hook is actually triggered on pushes. |
| events | array | Determines what events the hook is triggered for. Default: ['push']. |
| config | object | |
| updated_at | string | |
| created_at | string | |
| url | string | |
| test_url | string | |
| ping_url | string | |
| deliveries_url | string | |
| last_response | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/hook",
"title": "Webhook",
"description": "Webhooks for repositories.",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"description": "Unique identifier of the webhook.",
"example": 42,
"type": "integer"
},
"name": {
"description": "The name of a valid service, use 'web' for a webhook.",
"example": "web",
"type": "string"
},
"active": {
"description": "Determines whether the hook is actually triggered on pushes.",
"type": "boolean",
"example": true
},
"events": {
"description": "Determines what events the hook is triggered for. Default: ['push'].",
"type": "array",
"items": {
"type": "string"
},
"example": [
"push",
"pull_request"
]
},
"config": {
"$ref": "#/components/schemas/webhook-config"
},
"updated_at": {
"type": "string",
"format": "date-time",
"example": "2011-09-06T20:39:23Z"
},
"created_at": {
"type": "string",
"format": "date-time",
"example": "2011-09-06T17:26:27Z"
},
"url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World/hooks/1"
},
"test_url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World/hooks/1/test"
},
"ping_url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World/hooks/1/pings"
},
"deliveries_url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries"
},
"last_response": {
"$ref": "#/components/schemas/hook-response"
}
},
"required": [
"id",
"url",
"type",
"name",
"active",
"events",
"config",
"ping_url",
"created_at",
"updated_at",
"last_response",
"test_url"
]
}
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/apis-io-engineering-platform-hook"
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.