On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-ship-tkn/tms-ship-addr-tkn-retrieve-all-intro.md)  
Filter  
FILTER BY TAG

Retrieve All Customer Shipping Addresses {#tms-ship-addr-tkn-retrieve-all-intro}
================================================================================

This section describes how to retrieve all customer shipping addresses.

Endpoint {#tms-ship-addr-tkn-retrieve-all-intro_section_hqw_rjt_gwb}
--------------------------------------------------------------------

**Test:** `GET ``https://apitest.cybersource.com``/tms/v2/customers/`*{customerTokenId}*`/shipping-addresses`{#tms-ship-addr-tkn-retrieve-all-intro_restcust-test}  
**Production:** `GET ``https://api.cybersource.com``/tms/v2/customers/`*{customerTokenId}*`/shipping-addresses`  
**Production in India:** `GET ``https://api.in.cybersource.com``/tms/v2/customers/`*{customerTokenId}*`/shipping-addresses`{#tms-ship-addr-tkn-retrieve-all-intro_restcust-prod-india}  
The *`{customerTokenId}`* is the customer token ID returned in the id field when you created the customer token. For more information, see [Create a Customer](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-cust-tkn-create-intro.md "").  
Use these query string parameters to filter the list of payment instrument tokens:
* `offset` --- Page offset number.
* `limit` --- Maximum number of items you would like returned.
  {#tms-ship-addr-tkn-retrieve-all-intro_ul_yxk_x1y_mwb}  
  RELATED TO THIS PAGE

