WebhooksList webhooksEvery webhook in the project, oldest first.Copy MarkdownOpenGET/v1/webhooksAPI key Returns all webhooks of the project in one response, ordered by creation time, oldest first. This list is not paginated. Secrets are never included.ResponseCopy Anchor LinkdataWebhook[]The webhooks. The Node.js client returns this array directly.Show webhook propertiesHide webhook propertiesidstringThe webhook ID.projectIdstringThe project the webhook belongs to.urlstringThe endpoint URL.eventsstring[]The subscribed event types. "*" means all.enabledbooleanWhether the webhook receives events.createdAtstringISO 8601 timestamp.updatedAtstringISO 8601 timestamp.Create a webhookPOSTRegister an endpoint that receives a signed POST for the email events you pick.Retrieve a webhookGETOne webhook by ID, without its secret.