Figma · Schema

GetTeamWebhooksResponseBody

Successful response containing team webhooks.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
webhooks array An array of webhooks.
View JSON Schema on GitHub

JSON Schema

figma-teams-get-team-webhooks-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetTeamWebhooksResponseBody",
  "type": "object",
  "description": "Successful response containing team webhooks.",
  "properties": {
    "webhooks": {
      "type": "array",
      "description": "An array of webhooks."
    }
  }
}