Skip to main content
This guide walks you through creating your first recurring cron using the CronAPI REST API.

Prerequisites

1. Get your API key

Log into the dashboard and navigate to the API Key page. Your API key is generated automatically on first visit. Copy it — you will only see the full key once.

2. Create a cron

Schedule a webhook that fires every 5 minutes:
You will receive a response like:

3. Test it immediately

Trigger the cron manually without waiting for the next scheduled run:

4. Check execution history

View the last runs for your cron:

Next steps

Schedule a one-time job

Learn how to schedule delayed one-time webhooks.

API reference

Explore all available endpoints.