Skip to main content
Webhooks are available on Pro and Enterprise plans.

Overview

Webhooks allow you to receive real-time HTTP notifications when events occur on your shortened URLs.

Supported Events

url.clicked

Triggered when someone clicks your short URL

url.created

Triggered when a new URL is created

url.updated

Triggered when a URL is updated

url.deleted

Triggered when a URL is deleted

Setting Up Webhooks

Configure webhooks through your dashboard or API:

Webhook Payload

url.clicked Event

Verifying Webhooks

Verify webhook authenticity using the signature:

Best Practices

Always verify webhook signatures
Respond with 200 status quickly
Process webhooks asynchronously
Implement retry logic for failures
Log all webhook events