provider Webhooks GET
/v2/webhooks @utdk/figma
/v2/webhooks Get webhooks by context or plan
Returns a list of webhooks corresponding to the context or plan provided, if they exist. For plan, the webhooks for all contexts that you have access to will be returned, and theresponse is paginated
- context query
- Context to create the resource on. Should be "team", "project", or "file".
- string
- context_id query
- The id of the context that you want to get attached webhooks for. If you're using context_id, you cannot use plan_api_id.
- string
- plan_api_id query
- The id of your plan. Use this to get all webhooks for all contexts you have access to. If you're using plan_api_id, you cannot use context or context_id. When you use plan_api_id, the response is paginated.
- string
- cursor query
- If you're using plan_api_id, this is the cursor to use for pagination. If you're using context or context_id, this parameter is ignored. Provide the next_page or prev_page value from the previous response to get the next or previous page of results.
- string
Try it
Authentication
Configure credentials for Figma API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import figma from '@utdk/figma';
await figma.getwebhooks()