Deel · Capability
Deel Webhooks API — Webhooks
Self-contained Naftiko capability for managing Deel webhook subscriptions.
Deel Webhooks API — Webhooks is a Naftiko capability published by Deel, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, and DELETE methods rooted at /v1/webhooks.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Deel, Webhooks, and Events.
What You Can Do
GET
Listwebhooks
— List webhooks.
/v1/webhooks
POST
Createwebhook
— Create webhook.
/v1/webhooks
GET
Getwebhook
— Get webhook.
/v1/webhooks/{webhook_id}
DELETE
Deletewebhook
— Delete webhook.
/v1/webhooks/{webhook_id}
GET
Listwebhookevents
— List webhook event types.
/v1/webhooks/events