get
https://queries-test.envia.com/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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
