/courses and /courses/:id endpoints now include the new image_url field, a URL to the course's main image.

Check it out here!

A wrongly passed filter, for example https://myclickfunnels.com/api/v2/contacts?filter=[contact] would return an unexpected return, whereas now it will respond with a more appropriate 400 bad request response.

/courses/:course_id/sections and /courses/sections/:id endpoints now include the new parent_id field, which points to the parent section ID or null for the root section.

Check it out here!

Previously you were only able to list invoices for an order via GET /api/v2/orders/:order_id/invoices. Now you can also list all your invoices for a specific workspace via the GET /api/v2/workspaces/:workspace_id/orders/invoices endpoint.

Check it out here!