List the current customer's addresses
Lists the authenticated buyer's own live saved addresses. Both `X-Lynkow-Pk` and `Authorization: Bearer <customer-session-token>` are required. The response is buyer-specific and is never publicly cached. `page` starts at 1; `limit` is capped at 100.
GET
/customers/me/addressesBase URL
https://api.lynkow.com/storefront/{siteId}Query parameters
limitnumberNumber <= 100
pagenumberNumber
sortByenum("address_name" | "created_at")One of: address_name, created_at
sortOrderenum("asc" | "desc")One of: asc, desc