Skip to content

Retrieve a Single Webhook

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/webhook_endpoints/:webhook_endpoint_id

Returns a single webhook object by providing a specific numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :webhook_endpoint_id required number

    Webhook ID

curl "https://mapi.storyblok.com/v1/spaces/656/webhook_endpoints/4570" \
-H "Authorization: YOUR_OAUTH_TOKEN"

You will receive a webhook object as a response.