Livepeer · Capability
Livepeer Studio — Webhook
Livepeer Studio — Webhook. 8 operations. Self-contained Naftiko capability for one Studio business surface.
Livepeer Studio — Webhook is a Naftiko capability published by Livepeer, one of 19 capabilities the APIs.io network indexes for this provider. It bundles 8 operations across the GET, POST, PUT, and DELETE methods rooted at /webhook.
The capability includes 4 read-only operations and 4 state-changing operations. Lead operation: Retrieve a Webhook. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Livepeer, Studio, and Webhook.
What You Can Do
GET
Getwebhooks
— Retrieve a Webhook
/webhook
POST
Createwebhook
— Create a webhook
/webhook
GET
Getwebhook
— Retrieve a webhook
/webhook/{id}
PUT
Updatewebhook
— Update a webhook
/webhook/{id}
DELETE
Deletewebhook
— Delete a webhook
/webhook/{id}
GET
Getwebhooklogs
— Retrieve webhook logs
/webhook/{id}/log
GET
Getwebhooklog
— Retrieve a webhook log
/webhook/{id}/log/{log-id}
POST
Resendwebhook
— Resend a webhook
/webhook/{id}/log/{log-id}/resend
MCP Tools
retrieve-a-webhook
Retrieve a Webhook
read-only
idempotent
create-a-webhook
Create a webhook
retrieve-a-webhook
Retrieve a webhook
read-only
idempotent
update-a-webhook
Update a webhook
idempotent
delete-a-webhook
Delete a webhook
idempotent
retrieve-webhook-logs
Retrieve webhook logs
read-only
idempotent
retrieve-a-webhook-log
Retrieve a webhook log
read-only
idempotent
resend-a-webhook
Resend a webhook