---
title: "Get a contractor address"
method: GET
path: "/v1/contractors/{contractor_uuid}/address"
tags: ["Contractors"]
---

# Get a contractor address

`GET /v1/contractors/{contractor_uuid}/address`

The address of a contractor is used to determine certain tax information about them. Addresses are geocoded on create and update to ensure validity.

scope: `contractors:read`

## Path parameters

- `contractor_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- ContractorAddress
  - `contractor_uuid` string — The UUID of the contractor
  - `street_1` string, nullable
  - `street_2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zip` string, nullable
  - `country` string, nullable
  - `active` boolean — The status of the location. Inactive locations have been deleted, but may still have historical data associated with them.
  - `version` string — The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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