get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//fulfillments/locations
List Locations
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List Locations
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/fulfillments/locations \
--header 'accept: application/json'
xxxxxxxxxx
46]
[
{
"id": 12,
"public_id": "ySFkDC",
"workspace_id": 42000,
"name": "Example Location",
"address_name": "Example Address",
"email_address": "myemail1741178394@example.com",
"phone_number": "(123)-555-4567",
"sort_order": 1,
"archived": false,
"external_app": true,
"created_at": null,
"updated_at": null,
"address": {
"address_one": "3443 W. Bavaria St.",
"address_two": "Suite 100",
"city": "Eagle",
"region": "Idaho",
"country": "US",
"postal_code": "83616"
}
},
{
"id": 13,