Base URL
All API endpoints use the following base URL:Authentication
Every request must include a Bearer token in theAuthorization header:
Request format
- Request bodies must be JSON with
Content-Type: application/json - All timestamps use ISO 8601 format (e.g.,
2026-04-15T14:30:00.000Z) - IDs are UUIDs
Response format
Successful responses return the requested resource as JSON. Error responses use this format:Status codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Resource created |
400 | Invalid request (bad cron expression, missing fields, etc.) |
401 | Missing or invalid API key |
404 | Resource not found or not owned by you |
500 | Server error |
Resources
Crons
Manage recurring scheduled webhooks.
Jobs
Manage one-time delayed webhooks.