---
title: "Get Addresses by Type"
method: GET
path: "/all-addresses/{type}"
tags: ["User Management"]
---

# Get Addresses by Type

`GET /all-addresses/{type}`

Retrieve all addresses for the specified type. Requires Bearer JWT authentication.

## Path parameters

- `type` 'origin' | 'destination' | 'return', required

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` unknown[] — List of addresses by type
    - unknown

---

[API](https://skmtc.dev/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.dev/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
