How do we access sharedPlugin Data from the rest API

I’ve got a plugin that lets the user mark nodes with certain attributes, and the plan was to use those attributes while processing the file with the rest API.

Unfortunately it seems that sharedPluginData is not included by default when grabbing the file.

Is there anyway to access that data?

Are you using “GET file” endpoint?

https://api.figma.com/v1/files/:file_key?plugin_data=shared
1 Like

Ah, that was it.
Thanks!