Get List Shipping Address
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://petfen-account.local.com:8081/api/v1/shipping-address/list' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>'
Responses
application/json [
{
"id": 1,
"receiver_name": "Nguyen Van A",
"phone_number": "393221191",
"city_province_commune": "Hà Nội /Thanh Xuân/Nhân Chính",
"detail": "18, Cự Lộc",
"note": "Giao giờ Hành chính",
"address_type": "home",
"is_default": true
}
]
Modified at 2025-03-14 16:00:42