retrieve_single_webhook
Retrieves a specific webhook from a Storyblok space using its endpoint ID, enabling direct access and management through the Management API.
Instructions
Retrieves a single webhook from a specified Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
webhook_endpoint_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"webhook_endpoint_id": {
"title": "Webhook Endpoint Id",
"type": "integer"
}
},
"required": [
"webhook_endpoint_id"
],
"title": "retrieve_single_webhookArguments",
"type": "object"
}