{ "opencollection": "1.0.0", "info": { "name": "Figma Activity Logs Webhooks API", "version": "0.21.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Figma Get Team Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.figma.com/v2/teams/:team_id/webhooks", "params": [ { "name": "team_id", "value": "team_12345678", "type": "path", "description": "ID of team to get webhooks for" } ] }, "docs": "Returns all webhooks registered under the specified team." } ] } ], "bundled": true }