Documentation
Getting Started
- Create an account at app.reoccurrence.cloud
- Generate an API token for your application
- Register a webhook URL
- Create a schedule with a cron expression
- Attach events to the schedule
API Reference
Coming soon.
Authentication
The API uses Better Auth for user authentication and JWT tokens for API access. Include your API token as a Bearer token in the Authorization header.
Authorization: Bearer <your-api-token>