provider Webhooks GET /v2/webhooks/{webhook_id}
@utdk/figma /v2/webhooks/{webhook_id}
Get a webhook
Get a webhook by ID.
webhook_id path required
ID of webhook to get
string

Try it

Authentication
Configure credentials for Figma API
getwebhook
GET/v2/webhooks/{webhook_id}
Get a webhook by ID.

Parameters

required

ID of webhook to get

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getwebhook()