---
title: "List Location Groups"
method: GET
path: "/shipping/profiles/{profile_id}/location_groups"
tags: ["Shipping::LocationGroup"]
---

# List Location Groups

`GET /shipping/profiles/{profile_id}/location_groups`

List location groups for a profile

## Path parameters

- `profile_id` integer, required

## Query parameters

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

## Response `200`

OK

- ShippingLocationGroupAttributes[]
  - `id` integer — Location group ID
  - `public_id` string, nullable — Location group public ID
  - `profile_id` integer — Profile ID
  - `name` string — Name
  - `fulfillments_location_ids` unknown
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## 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)
