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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getteamwebhooks
GET/v2/teams/{team_id}/webhooks
Returns all webhooks registered under the specified team.

Parameters

required

ID of team to get webhooks for

Enter a gateway URL above to enable sending.

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

TypeScript

import figma from '@utdk/figma';

await figma.getteamwebhooks()