Get user address information
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://www.xportcn.com/api/alibaba/address/get' \
--header 'access-key: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2218427022945' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"id": 11,
"developId": 1052269743416803800,
"userId": "221718532325",
"name": "测试",
"province": "杭州",
"city": "浙江",
"district": "余杭区",
"address": "测试",
"phone": "13513513513"
}
Modified at 2026-04-06 06:44:50