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

# Get an address

`GET /companies/{companyId}/addresses/{addressId}`

## Path parameters

- `companyId` integer, required
- `addressId` string, uuid, required

## Response `200`

Requested company address

- CompanyAddressRepresentation
  - `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

## Other responses

- `404` — Requested company address was not found

---

[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)
