API & Developers
Use the REST API and API keys to manage jobs and verify signed webhooks.
Articles in this category
API quickstart: keys and your first call
Create a CronJobPro API key, send it in the X-Api-Key header, and make your first list and create-job requests with curl.
IntermediateSecuring API keys and using an IP allowlist
Best practices for protecting CronJobPro API keys: keep them secret, rotate, scope per environment, and restrict by CIDR.
Advanced