Re: Exporting Marketo Design Studio

Diana_Jakubaity
Level 4

Exporting Marketo Design Studio

Hey, how can we export all "Images and Files" from Marketo? Is there a tool that could help us?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Exporting Marketo Design Studio

There are REST API endpoints to crawl Design Studio files (https://developers.marketo.com/rest-api/assets/files/#browse). Note the API response contains the URL of each file, not its binary content (so your app would need to also GET the asset, this isn't that unexpected b/c otherwise the responses would be massive).

Don't know about any packaged apps for this.