get https://{subdomain}.myclickfunnels.com/api/v2/shipping/profiles//location_groups
List location groups for a profile
Log in to see full request history
Responses
List location groups for a profile
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/profiles/profile_id/location_groups \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 4,
"public_id": "pBgcKl",
"profile_id": 5,
"name": "Example Location Group",
"fulfillments_location_ids": [],
"created_at": "2025-03-05T12:41:13.208Z",
"updated_at": "2025-03-05T12:41:13.208Z"
},
{
"id": 5,
"public_id": "LnRyIC",
"profile_id": 6,
"name": "Example Location Group",
"fulfillments_location_ids": [],
"created_at": "2025-03-05T12:41:13.213Z",
"updated_at": "2025-03-05T12:41:13.213Z"
}
]