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

Lấy danh sách tài khoản con

Lấy danh sách các tài khoản con của tài khoản cha dựa vào User ID trong token

curl --location 'https://partner-apistg.ahamove.com/v3/accounts/childs' \
--header 'Authorization: Bearer <token>' \

HTTP Request

GET https://partner-apistg.ahamove.com/v3/accounts/childs

Headers

ParameterLoạiYêu cầuMô tả
tokenStringToken của tài khoản cha

Response

JSON response example:

[
{
"_id": "84xxxxxxxxx",
"name": "store test test test",
"partner": "test_key",
"email": null,
"referral_code": "84xxxxxxxxx",
"country_code": "VN",
"currency": "VND",
"account_status": "ACTIVATED",
"create_time": 1551155326.708945,
"parent_id": "84xxxxxxxxx",
"home": {},
"city_id": ["SGN"]
}
]

Status-Code: 200 OK

Các lỗi thường gặp

Mã lỗiNội dungMô tả
401NOT_AUTHORIZEDToken không hợp lệ
500INTERNAL_SERVER_ERRORHệ thống của chúng tôi có lỗi xảy ra. Xin thử lại sau
503SERVICE_UNAVAILABLEChúng tôi tạm thời đang không hoạt động để bảo trì. Xin vui lòng thử lại sau