Gremlin · Capability
Gremlin API — webhooks
Gremlin API — webhooks. 5 operations. Lead operation: Create a webhook. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Getwebhooks
— Requires the privilege [`WEBHOOKS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)
/v1/webhooks
POST
Createwebhook1
— Create a webhook
/v1/webhooks
GET
Getwebhookbyid
— Retrieve webhook by id
/v1/webhooks/{guid}
PUT
Updatewebhook
— Update a webhook by id
/v1/webhooks/{guid}
DELETE
Deletewebhook
— Delete a Webhook
/v1/webhooks/{guid}
MCP Tools
requires-privilege-webhooks-read-https-www-gremlin-com
Requires the privilege [`WEBHOOKS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)
read-only
idempotent
create-webhook
Create a webhook
retrieve-webhook-id
Retrieve webhook by id
read-only
idempotent
update-webhook-id
Update a webhook by id
idempotent
delete-webhook
Delete a Webhook
idempotent