API reference
List customer addresses
Get all addresses for a customer
GET
/v1/customers/{customerId}/addressesGet all addresses for a customer
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
customerId*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/customers/string/addresses"[ { "id": "string", "addressKey": "string", "department": null, "addressNumber": null, "province": null, "district": null, "phone": null, "cellPhone": null, "addressLine": "string", "reference": null, "countryIsoCode": "string", "postalCode": null, "latitude": null, "longitude": null, "hasCoordinates": true, "isDefault": true }]