Webhooks

Overview:

CloudShare Webhooks API allows you to subscribe to events happening in a CloudShare account.
Rather than making an API call when an event happens in a connected account, CloudShare can send an HTTP request to an endpoint you configure.
Using Webhooks that information will be sent immediately without needing a request.
It is particularly useful for any situation where real time notification is critical for your awareness or customer communications.

Note: Webhook settings can be cached for up to 5 minutes. When making changes to the webhook settings, it may take up to 5 minutes to see your changes go into effect.

Action Description
GET /api/v3/webhooks Retrieve a list of your project’s Webhook subscriptions
GET /api/v3/webhooks/{id} Retrieve information about a specific Webhook subscription
POST /api/v3/webhooks Create a Webhook Subscription
DELETE /api/v3/webhooks/{id} Delete a Webhook subscription