Webhook management
Register webhook
Register a new webhook to receive sandbox lifecycle events. The webhook will be registered for the team ID associated with your API key. You will receive webhook notifications for sandbox lifecycle events from sandboxes created by your team with the following payload.Get webhook configuration
Retrieve the current webhook configuration for your team.Update webhook configuration
Update an existing webhook configuration. The update will replace the previous configuration fields with provided fields.Delete webhook
Unregister the webhook.Test webhook
Send a test webhook to verify your endpoint is working correctly.Webhook payload
When a webhook is triggered, your endpoint will receive a POST request with a JSON payload containing the sandbox event data. The payload structure matches the event format from the API:Available event types
The following event types can be subscribed to via webhooks, they are used as theeventLabel
field in the payload.
create
- Sandbox creationkill
- Sandbox terminationupdate
- Sandbox configuration updatespause
- Sandbox pausingresume
- Sandbox resuming