Get All Addresses

Returns the complete list of addresses saved in the authenticated user's address book. These are reusable origin and destination addresses that can be referenced when creating shipments.

When to use: Call this endpoint to populate address selection dropdowns in your shipping forms, display the user's address book for management, or retrieve saved addresses for auto-fill during shipment creation.

Prerequisites:

  • Valid JWT token in the Authorization header

Key behaviors:

  • Returns all addresses associated with the authenticated user's account
  • Each address includes its address_id, which can be used to update (PUT /user-address/{address_id}) or delete (DELETE /user-address/{address_id}) the entry
  • Results are not paginated; all addresses are returned in a single response
  • To filter addresses by type (e.g., origin vs destination), use GET /all-addresses/{type} instead
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json