get https://{subdomain}.myclickfunnels.com/api/v2/stores/
Fetch Store
Log in to see full request history
Responses
Fetch Store
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/stores/id \
--header 'accept: application/json'
xxxxxxxxxx
14{
"id": 4,
"public_id": "HmFZeI",
"name": "Example Store",
"current_path": "/example-store",
"seo_title": "Example Store",
"seo_description": "Example Store",
"seo_indexable": true,
"social_image_id": null,
"status": "draft",
"created_at": null,
"updated_at": null,
"workspace_id": 42000
}