provider Webhooks GET /v2/webhooks/{webhook_id}/requests
@utdk/figma /v2/webhooks/{webhook_id}/requests
Get webhook requests
Returns all webhook requests sent within the last week. Useful for debugging.
webhook_id path required
The id of the webhook subscription you want to see events from
string

Try it

Authentication
Configure credentials for Figma API
getwebhookrequests
GET/v2/webhooks/{webhook_id}/requests
Returns all webhook requests sent within the last week. Useful for debugging.

Parameters

required

The id of the webhook subscription you want to see events from

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.getwebhookrequests()