Skip to content

Retrieve Multiple Webhooks

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

Returns an array of webhook objects

  • :space_id required number

    Numeric ID of a space

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

You will receive an array of webhook object as a response.