Create Webhook Endpoint
Creates a webhook endpoint for the authenticated project.
Request body
A human-readable name for the webhook endpoint.
The HTTPS URL that receives webhook deliveries.
The event types that trigger deliveries to this endpoint.
Response
Success
The unique ID of the webhook endpoint.
The object type, which is always webhook_endpoint.
The Unix timestamp when the endpoint was created.
The Unix timestamp of the last endpoint configuration or signing-secret change. Initialized at creation; tests and unchanged updates do not advance it.
The human-readable name of the endpoint.
The HTTPS URL that receives webhook deliveries.
The event types that trigger deliveries to this endpoint.
A masked hint for the endpoint's signing secret.
The endpoint's signing secret. This is returned only when the endpoint is created or the secret is rotated.