v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Gets a listing of all the webhooks in this AWS Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.

post/#X-Amz-Target=CodePipeline_20150709.ListWebhooks

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'CodePipeline_20150709.ListWebhooks' required

Request body

NextTokenstring

The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.

MaxResultsinteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Response

Success

NextTokenstring

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.