Base URL
Authentication
All requests require a Bearer token:Endpoints
Events — Schedule one-time webhooks:GET /api/v1/events- List eventsPOST /api/v1/events- Create eventGET /api/v1/events/{id}- Get eventPUT /api/v1/events/{id}- Update eventDELETE /api/v1/events/{id}- Delete event
GET /api/v1/crons- List cronsPOST /api/v1/crons- Create cronGET /api/v1/crons/{id}- Get cronPUT /api/v1/crons/{id}- Update cronDELETE /api/v1/crons/{id}- Delete cron
Response Format
All responses return JSON. Success responses wrap data in adata field:
pagination object: