Nhảy tới nội dung
Phiên bản: 3.0.0

Lấy danh sách thành phố

Lấy danh sách các thành phố và các mã city_id của từng tỉnh thành mà Ahamove đang hoạt động tại Việt Nam

HTTP Request

curl --location 'https://partner-apistg.ahamove.com/v3/cities?country_id=VN' \
--header 'Authorization: Bearer <token>'

HTTP Request

GET https://partner-apistg.ahamove.com/v3/cities?country_id=VN

Headers

ParameterGiá trịYêu cầuMô tả
AuthorizationBearer <token>Token của người dùng

Query Parameters

ParameterLoạiYêu cầuMô tả
country_idStringID của quốc gia

Response

JSON response example:

[
{
"_id": "HAN",
"name": "Ha Noi",
"name_vi_vn": "Hà Nội",
"country_id": "VN",
"level": 2.0
},
{
"_id": "SGN",
"name": "Ho Chi Minh City",
"name_vi_vn": "TP Hồ Chí Minh",
"country_id": "VN",
"level": 2.0
}
]

Status-Code: 200 OK