get https://{subdomain}.myclickfunnels.com/api/v2/fulfillments/locations/
Fetch Location
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetch Location
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/fulfillments/locations/id \
--header 'accept: application/json'
xxxxxxxxxx
22{
"id": 14,
"public_id": "CWhltP",
"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"
}
}