ListWebhookItem

The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
definition object
url object
errorMessage object
errorCode object
lastTriggered object
arn object
tags object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-list-webhook-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-list-webhook-item-schema.json",
  "title": "ListWebhookItem",
  "description": "The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.",
  "type": "object",
  "properties": {
    "definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookDefinition"
        },
        {
          "description": "The detail returned for each webhook, such as the webhook authentication type and filter rules."
        }
      ]
    },
    "url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookUrl"
        },
        {
          "description": "A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookErrorMessage"
        },
        {
          "description": "The text of the error message about the webhook."
        }
      ]
    },
    "errorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookErrorCode"
        },
        {
          "description": "The number code of the error."
        }
      ]
    },
    "lastTriggered": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookLastTriggered"
        },
        {
          "description": "The date and time a webhook was last successfully triggered, in timestamp format."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebhookArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the webhook."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "Specifies the tags applied to the webhook."
        }
      ]
    }
  },
  "required": [
    "definition",
    "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codepipeline-list-webhook-item"
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 email required.

A second provider on the same verified email joins the account you already have.