---
title: "Get all addresses"
method: GET
path: "/companies/{companyId}/addresses"
tags: ["Company API:Addresses"]
---

# Get all addresses

`GET /companies/{companyId}/addresses`

## Path parameters

- `companyId` integer, required

## Response `200`

List of addresses for the specified company

- CompanyAddressListRepresentation
  - `items` CompanyAddressModel[], nullable
    - `addressId` string, uuid, required
    - `name` string, nullable
    - `street` string[], nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postalCode` string, nullable
    - `country` string, nullable
    - `countryCode` string, nullable
    - `phone` string, nullable
    - `fax` string, nullable
    - `url` string, uri, nullable
  - `links` ModelLinks
    - `self` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
