Sign in

List webhooks

documented

Return webhooks for a given context or plan (paginated).

GET /v2/webhooksWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.figma.com/v2/webhooks?context={{$context}}&context_id={{$context_id}}&plan_api_id={{$plan_api_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List webhooks · Figma · OpenIntegrations