# Sử dụng API Casso

- [Chứng thực API](https://developer.casso.vn/casso-api/chung-thuc.md): Các phương pháp chứng thức với API của Casso.
- [Tạo API Key thủ công](https://developer.casso.vn/casso-api/chung-thuc/tao-api-key-thu-cong.md): Auth code được dùng để lấy access token cho phép ứng dụng bên ngoài truy cập và lấy thông tin trên hệ thống Casso.
- [Danh sách API](https://developer.casso.vn/casso-api/api.md): Danh sách các API của Casso
- [API lấy thông tin user](https://developer.casso.vn/casso-api/api/lay-thong-tin-user.md): Dùng để lấy thông tin người dùng như: thông tin tài khoản, thông tin doanh nghiệp, danh sách các ngân hàng liên kết.
- [API thiết lập webhook](https://developer.casso.vn/casso-api/api/thiet-lap-webhook.md): Dùng để thiết lập webhook như: thêm, sửa và xóa.
- [API lấy giao dịch](https://developer.casso.vn/casso-api/api/lay-giao-dich.md): Dùng để lấy một hoặc nhiều giao dịch ngân hàng
- [API lấy thông tin tài khoản ngân hàng](https://developer.casso.vn/casso-api/api/lay-tai-khoan-ngan-hang.md): Truy vấn một hoặc nhiều tài khoản ngân hàng đã kết nối và danh sách giao dịch của tài khoản đó.
- [API buộc đồng bộ giao dịch mới ngay](https://developer.casso.vn/casso-api/api/check-giao-dich-moi.md): Thay vì phải chờ hệ thống của Casso tự động đồng bộ giao dịch mới thì với API này sẽ giúp bạn xử lý các giao dịch mới mà hệ thống của Casso chưa đồng bộ kịp thời.


---

# 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://developer.casso.vn/casso-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.
