# 工具 API 概览

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

这一栏用于查看运营团队常用的非交易型 API。

### 本栏目页面

* [余额](/api-wen-dang/ji-cheng-zhi-nan/gong-ju-api-gai-lan/yu-e.md)
* [邮件查询](/api-wen-dang/ji-cheng-zhi-nan/gong-ju-api-gai-lan/you-jian-cha-xun.md)
* [航线导出](/api-wen-dang/ji-cheng-zhi-nan/gong-ju-api-gai-lan/hang-xian-dao-chu.md)
* [ATRIP Token](/api-wen-dang/ji-cheng-zhi-nan/gong-ju-api-gai-lan/atrip-token.md)

### 本栏目覆盖内容

* 余额和财务检查
* 运营流程中的邮件查询
* 报表用航线导出
* ATRIP Token 生成

### 主要 API

* `balance.do`
* `route/export.do`
* `queryMail.do`
* `getAtripToken.do`

### 适用场景

* 运营和财务流程
* 导出航线数据
* 查询邮件记录
* 用生成的 token 访问 ATRIP

### 完整 API 参考

接口级详情见：

[工具 API](/api-wen-dang/api-can-kao/gong-ju-api.md)

### 相关页面

* [集成指南](/api-wen-dang/ji-cheng-zhi-nan.md)
* [预订后概览](/api-wen-dang/ji-cheng-zhi-nan/yu-ding-hou-gai-lan.md)
* [Webhook 概览](/api-wen-dang/ji-cheng-zhi-nan/webhook-gai-lan.md)


---

# Agent Instructions: 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/ji-cheng-zhi-nan/gong-ju-api-gai-lan.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.
