get https://{subdomain}.myclickfunnels.com/api/v2/images/
Fetch Image
Log in to see full request history
Responses
Fetch Image
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/images/id \
--header 'accept: application/json'
xxxxxxxxxx
10{
"id": 124,
"public_id": "wXGBeu",
"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.224Z",
"updated_at": "2025-02-05T12:39:55.224Z"
}