{ "opencollection": "1.0.0", "info": { "name": "Figma Activity Logs Keys API", "version": "0.21.0" }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "Figma Get Style", "type": "http" }, "http": { "method": "GET", "url": "https://api.figma.com/v1/styles/:key", "params": [ { "name": "key", "value": "style_abc123xyz789", "type": "path", "description": "The unique identifier of the style." } ] }, "docs": "Get metadata on a style by key." } ] } ], "bundled": true }