Port · Capability
Port API — Webhook
Port API — Webhook. 7 operations. Lead operation: Create a webhook. Self-contained Naftiko capability covering one Port business surface.
What You Can Do
POST
Post
— Create a webhook
/v1/v1/webhooks
GET
Get
— Get all webhooks
/v1/v1/webhooks
GET
Get
— Get all webhooks meta-data (member view)
/v1/v1/webhooks/metadata
PATCH
Patch
— Update a webhook
/v1/v1/webhooks/{identifier}
PUT
Put
— Change a webhook
/v1/v1/webhooks/{identifier}
GET
Get
— Get a webhook
/v1/v1/webhooks/{identifier}
DELETE
Delete
— Delete a webhook
/v1/v1/webhooks/{identifier}
MCP Tools
create-webhook
Create a webhook
get-all-webhooks
Get all webhooks
read-only
idempotent
get-all-webhooks-meta-data
Get all webhooks meta-data (member view)
read-only
idempotent
update-webhook
Update a webhook
idempotent
change-webhook
Change a webhook
idempotent
get-webhook
Get a webhook
read-only
idempotent
delete-webhook
Delete a webhook
idempotent