Documentation

Getting Started

  1. Create an account at app.reoccurrence.cloud
  2. Generate an API token for your application
  3. Register a webhook URL
  4. Create a schedule with a cron expression
  5. 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>