Private App scope for design manager?

Hi all! Off the top, I’m not a developer, so my knowledge here is limited, but I am trying to use a Figma plugin that will convert a design into a Hubspot HTML email for me, and automatically upload it to Hubspot.
Obviously, so it can work, I need to enter an API Key, but with the new Private Apps setup, I can’t find the right Scopes to select to allow access to the design manager.
I’ve tried a few that seem related, but to no luck. Has anyone bumped up against this and found the right options to select?

Thanks.

Hi @Elle_Dun,

Testing on my end, I was able to run the requests in this API documentation with just the Content scope added. This is found under the ‘Standard’ section and allows access to sites, landing pages, CTA, email, blog, campaigns.

I ran POST and GET requests successfully with a private app that has the Content scope so this should work for you as well! Let me know if there’s a particular API call you’re trying to make that’s not going through :slightly_smiling_face: