---
title: "GET /api/v1/organizations/{organizationId}/Addresses"
method: GET
path: "/api/v1/organizations/{organizationId}/Addresses"
tags: ["Addresses"]
---

# GET /api/v1/organizations/{organizationId}/Addresses

`GET /api/v1/organizations/{organizationId}/Addresses`

## Path parameters

- `organizationId` integer, required

## Query parameters

- `type` 0 | 1 | 2

## Response `200`

Success

- Address[]
  - `id` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `name` string, nullable
  - `completeAddress` string, nullable
  - `street` string, nullable
  - `zipCode` string, nullable
  - `city` string, nullable
  - `county` string, nullable
  - `state` string, nullable
  - `countryCode` string, nullable
  - `primary` boolean
  - `addressType` 0 | 1 | 2

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/versions/a04494a78f65/schema)
