---
title: "List Locations"
method: GET
path: "/workspaces/{workspace_id}/fulfillments/locations"
tags: ["Fulfillments::Location"]
---

# List Locations

`GET /workspaces/{workspace_id}/fulfillments/locations`

List Locations

## Path parameters

- `workspace_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at' | 'sort_order'

## Response `200`

OK

- FulfillmentsLocationAttributes[]
  - `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)
