---
title: "Fetch Location"
method: GET
path: "/fulfillments/locations/{id}"
tags: ["Fulfillments::Location"]
---

# Fetch Location

`GET /fulfillments/locations/{id}`

Fetch Location

## Path parameters

- `id` string, required

## Response `200`

OK

- FulfillmentsLocationAttributes — Locations
  - `id` integer — Location ID
  - `public_id` string, nullable — Public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Location name
  - `address_name` string — Address name
  - `email_address` string — Email address
  - `phone_number` string, nullable — Phone number
  - `sort_order` integer, nullable — Sort order
  - `archived` boolean — Indicates if the location is archived
  - `external_app` boolean, nullable — External app
  - `created_at` string, nullable — Added
  - `updated_at` string, nullable — Updated
  - `address` object — Locations
    - `address_one` string, nullable — Address line 1
    - `address_two` string, nullable — Address line 2
    - `city` string, nullable — City
    - `region` string, nullable — Region
    - `country` string, nullable — Country
    - `postal_code` string, nullable — Postal code

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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