Render · Capability
Render Public API — Webhooks
Render Public API — Webhooks. 6 operations. Lead operation: Create a webhook. Self-contained Naftiko capability covering one Render business surface.
What You Can Do
POST
Createwebhook
— Create a webhook
/v1/webhooks
GET
Listwebhooks
— List webhooks
/v1/webhooks
GET
Retrievewebhook
— Retrieve a webhook
/v1/webhooks/{webhookid}
PATCH
Updatewebhook
— Update a webhook
/v1/webhooks/{webhookid}
DELETE
Deletewebhook
— Delete a webhook
/v1/webhooks/{webhookid}
GET
Listwebhookevents
— List webhook events
/v1/webhooks/{webhookid}/events
MCP Tools
create-webhook
Create a webhook
list-webhooks
List webhooks
read-only
idempotent
retrieve-webhook
Retrieve a webhook
read-only
idempotent
update-webhook
Update a webhook
idempotent
delete-webhook
Delete a webhook
idempotent
list-webhook-events
List webhook events
read-only
idempotent