Tourwell Open APIs
  1. Mã sân bay
Tourwell Open APIs
  • Tổng quan
  • Hướng dẫn xác thực
  • API Beta 1.0
  • API Zalo Mini App (Beta)
  • Khách hàng
    • v1
      • Get by id
      • Get all customer
      • Create customer
      • Update customer
      • Get order history
  • Đơn hàng
    • v1
      • Get by id
      • Get all order
      • Create order tour
      • Create order product
      • Create order hotel
      • Create order Flight
      • Confirm payment order
  • Sản phẩm
    • v1
      • Create product
      • Get by id
      • Calendar pricing
  • Lịch khởi hành
  • Lead (Cơ hội)
    • v1
      • Get all lead
      • Get by id
      • Create lead
      • Update lead
  • Khách sạn
    • v1
      • Get all hotel
      • Get by id
  • Kế toán
    • Phiếu thu
      • v1
        • Get all receipt
        • Create receipt
    • Phiếu chi
      • v1
        • Get all payment
        • Confirm Payment
    • Hóa đơn
      • Update invoice
      • Issue Invoice
      • Get by id
      • Cancel invoice
  • Cấu hình
    • Zalo ZNS
      • Danh sách Tag
      • Get token
    • Địa điểm
      • Search
    • Nhân sự nội bộ
      • Search
    • Webhook
      • Hướng dẫn cài đặt
    • Trạng thái khách hàng
      • Get All
    • Loại dịch vụ
    • Mã sân bay
      • Get All Airport
        GET
  • Hướng dẫn tích hợp
    • Hướng dẫn tích hợp thanh toán trực tuyến qua Website và Tourwell
    • Hướng dẫn tích hợp thanh toán trực tuyến qua Website, Cổng thanh toán và Tourwell
  1. Mã sân bay

Get All Airport

GET
/api/v1/airports
Danh sách mã sân bay

Request

Authorization
Add parameter in query
api_token
Example:
api_token: ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.tourwell.net/api/v1/airports?api_token=<api-key>'

Responses

🟢200OK
application/json
Body

Example
{
    "success": true,
    "message": "Successfully",
    "data": [
        {
            "id": 1,
            "code": "HAN",
            "name": "Sân bay Nội Bài",
            "location": "Hà Nội"
        },
        {
            "id": 2,
            "code": "SGN",
            "name": "Sân bay Tân Sơn Nhất",
            "location": "Hồ Chí Minh"
        }
    ]
}
Modified at 2025-09-19 18:00:10
Previous
Get All
Next
Hướng dẫn tích hợp thanh toán trực tuyến qua Website và Tourwell
Built with