# Sử dụng API Casso

- [Chứng thực API](https://developer.casso.vn/english-v2-new/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/english-v2-new/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.
- [Tích hợp OAuth2](https://developer.casso.vn/english-v2-new/casso-api/chung-thuc/tich-hop-oauth2.md): Cơ chế xác thực OAuth2 cho phép người dùng cuối tự động phân quyền cho Nhà Phát Triển truy cập thông tin tài khoản của họ trên Casso.
- [Danh sách API](https://developer.casso.vn/english-v2-new/casso-api/api.md): Danh sách các API của Casso
- [API lấy thông tin user](https://developer.casso.vn/english-v2-new/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/english-v2-new/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/english-v2-new/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 check giao dịch mới](https://developer.casso.vn/english-v2-new/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/english-v2-new/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.
