get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//images
List Images
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List Images
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/images \
--header 'accept: application/json'
xxxxxxxxxx
22[
{
"id": 122,
"public_id": "DqLyHB",
"url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png",
"workspace_id": 42000,
"alt_text": "Alt text of the image",
"name": "Amazing Shot",
"created_at": "2025-02-05T12:39:55.214Z",
"updated_at": "2025-02-05T12:39:55.214Z"
},
{
"id": 123,
"public_id": "XZnpFC",
"url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png",
"workspace_id": 42000,
"alt_text": "Alt text of the image",
"name": "Amazing Shot",
"created_at": "2025-02-05T12:39:55.218Z",
"updated_at": "2025-02-05T12:39:55.218Z"
}
]