---
title: "GET /api/v1.0/users/{userId}/deliveryLocations"
method: GET
path: "/api/v1.0/users/{userId}/deliveryLocations"
tags: ["Users"]
---

# GET /api/v1.0/users/{userId}/deliveryLocations

`GET /api/v1.0/users/{userId}/deliveryLocations`

## Path parameters

- `userId` integer, required

## Query parameters

- `whiteLabelId` integer

## Response `200`

OK

- RestApiArrayResultUserDeliveryLocationAdmin — Rest api array result
  - `Data` UserDeliveryLocationAdmin[], required — Generic data object.
    - `DeliveryLocationId` integer — DeliveryLocationId.
    - `Building` string — Building.
    - `Street` string — Street.
    - `Town` string — Town.
    - `PostCode` string — PostCode.
    - `DeliveryInstructions` string — DeliveryInstructions.
    - `AutoSelectThisLocation` boolean — AutoSelectThisLocation.
    - `IsDisplayed` boolean — IsDisplayed.
    - `IsConfirmed` boolean, nullable — IsConfirmed.
    - `Coordinates` Coordinates — Coordinates
      - `Latitude` number, double — Latitude
      - `Longitude` number, double — Longitude

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
