get https://{subdomain}.myclickfunnels.com/api/v2/shipping/location_groups/
Retrieve a location group for a profile
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a location group for a profile
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/location_groups/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 6,
"public_id": "Obrqey",
"profile_id": 7,
"name": "Example Location Group",
"fulfillments_location_ids": [],
"created_at": "2025-03-05T12:41:13.221Z",
"updated_at": "2025-03-05T12:41:13.221Z"
}