provider Webhooks GET /v2/teams/{team_id}/webhooks
@utdk/figma /v2/teams/{team_id}/webhooks
[Deprecated] Get team webhooks
Returns all webhooks registered under the specified team.
team_id path required
ID of team to get webhooks for
string

Try it

Authentication
Configure credentials for Figma API
getteamwebhooks
GET/v2/teams/{team_id}/webhooks
Returns all webhooks registered under the specified team.

Parameters

required

ID of team to get webhooks for

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