---
title: "Returns a specific customer address"
method: GET
path: "/customers/addresses/{addressId}"
tags: ["Customer addresses"]
---

# Returns a specific customer address

`GET /customers/addresses/{addressId}`

## Path parameters

- `addressId` integer, required

## Response `200`

Location & contact

- object
  - `data` CustomerAddress — Available relations: customer, assignments, projects, changelog
    - `id` integer
    - `customer_id` integer — Customer
    - `type` 'MAILING' | 'BILLING' | 'DELIVERY'
    - `use` 'position' | 'address'
    - `name` string
    - `name_addon` string
    - `street` string
    - `street_addon` string
    - `zip` string
    - `city` string
    - `country` string
    - `lat` number, float
    - `lng` number, float
    - `first_line` string — First line
    - `icon` string — Icon
    - `color` string — Color
    - `contrast_color` 'dark' | 'white' — Contrast color
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

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