- Reorganized documentation sidebar into three groups: Getting Started, Guides, SDK & Tools
- Added icons to all documentation pages for easier navigation
- New changelog page
- Webhook support — receive real-time push notifications for radar and signal events
- HMAC-SHA256 signature verification on all deliveries
- Automatic retry with exponential backoff (up to 5 attempts)
- Auto-disable after 50 consecutive failures
- Affected endpoints:
POST /v1/webhooksGET /v1/webhooksGET /v1/webhooks/:idPATCH /v1/webhooks/:idDELETE /v1/webhooks/:id
- CLI tool — query the Shoal API from your terminal via
shoal-cli - Supports all endpoints: organizations, signals, radar, briefs
- New documentation guides: polling, pagination, rate limits, errors, versioning, best practices
- SDK examples in cURL, Python, and JavaScript
- Shoal API v1 launched
- Organization, Signal, Radar, and Brief endpoints
- Bearer token authentication
- Rate limiting: 100 requests/minute per key
- Monthly credit system with usage tracking
- Affected endpoints:
GET /v1/organizations/*GET /v1/signal/*GET /v1/radar/*GET /v1/brief/*GET /v1/categories/all(coming soon)GET /v1/usage