Socket · Capability
Socket Webhooks Webhooks
Socket webhooks webhooks business capability. Self-contained Naftiko capability covering one Socket business surface.
Socket Webhooks Webhooks is a Naftiko capability published by Socket, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and DELETE methods rooted at /v1/orgs/{…}/webhooks.
The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: List all webhooks. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Socket, Supply Chain Security, Webhooks, and Webhooks.
What You Can Do
GET
Get orgs org slug webhooks
— List all webhooks
/v1/orgs/{org_slug}/webhooks
POST
Post orgs org slug webhooks
— Create a webhook
/v1/orgs/{org_slug}/webhooks
GET
Get orgs org slug webhooks webhook id
— Get webhook
/v1/orgs/{org_slug}/webhooks/{webhook_id}
DELETE
Delete orgs org slug webhooks webhook id
— Delete webhook
/v1/orgs/{org_slug}/webhooks/{webhook_id}
MCP Tools
socket-get-orgs-org-slug-webhooks
List all webhooks
read-only
idempotent
socket-post-orgs-org-slug-webhooks
Create a webhook
socket-get-orgs-org-slug-webhooks-webhook-id
Get webhook
read-only
idempotent
socket-delete-orgs-org-slug-webhooks-webhook-id
Delete webhook
idempotent