> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api.md).

# Webhook 与事件 API

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

这一栏用于配置 webhook，并查询事件记录。

### 本栏目页面

* [Webhook 注册与事件](/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api/webhook-zhu-ce-yu-shi-jian.md)

### 本栏目覆盖内容

* webhook 地址注册
* 事件记录查询
* 回调接收后的运营跟进

### 主要 API

* `updateWebhookURL.do`
* `event/getPageList.do`

### 适用场景

* 初次接入 webhook
* 更新回调地址
* 对账漏收事件
* 查询航变、出票或取消相关事件

### 相关页面

* [Webhook 概览](/api-wen-dang/readme/webhook-gai-lan.md)
* [出票完成通知](/api-wen-dang/readme/webhook-gai-lan/ticketing-complete-notification.md)
* [航变通知](/api-wen-dang/readme/webhook-gai-lan/schedule-change-notification.md)
* [事件通知](/api-wen-dang/readme/webhook-gai-lan/incident-notification.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
