get https://{subdomain}.myclickfunnels.com/api/v2/themes/
Fetch Theme
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetch Theme
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/themes/id \
--header 'accept: application/json'
xxxxxxxxxx
20{
"id": 14,
"public_id": "RHPkiV",
"workspace_id": 42000,
"name": "Original Name",
"custom_name": "Custom Name",
"current_style_id": 37,
"created_at": "2025-02-05T12:41:14.186Z",
"updated_at": "2025-02-05T12:41:14.186Z",
"styles": [
{
"id": 37,
"name": "Example Style"
},
{
"id": 38,
"name": "Example Style"
}
]
}