Get an address
GET https://api.ecartapi.com/api/v2/addresses/137
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
updatedAt[from] | string | ||
updatedAt[to] | string | ||
page | number | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
User-Agent | string |
RESPONSES
status: OK
{"success":true,"address":{"id":"137","firstName":"Tomas","lastName":"Test","email":null,"status":null,"address1":"1995 County Road 222","address2":null,"address3":null,"country":{"id":"21","code":"US","name":"United States of America","codeIso2":"US","codeIso3":"USA"},"state":{"id":"9","code":"CO","name":"Colorado","codeIso2":null,"codeIso3":null},"city":"New Castle","postalCode":"81234","phone":null,"label":null,"company":{"id":null,"name":null},"dates":{"createdAt":"2024-01-21 18:37:55","updatedAt":"2024-01-21 18:37:55"}}}