Hi,
We are using figma to match component attributes/properties against storybook. We are required to fetch the properties from figma by using api.
The process we followed are:-
- Logged in to figma successfully.
- Created authorization token from figma setting.
- We got file id and Node id from our figma and used these values in our figma api
Figma<<node_id>>
- But after triggering (GET) we are getting responded 200 -OK and got response, but in response there are no attributes related to the component.
Can you please guide us to get the correct api call so that we can retrieve corresponded component properties through api.