Skip to content

Authentication

To authenticate with the EasyCron API, please provide your API key with each API call. You may find your API key at the key page.

To authenticate, include the API key in the X-API-Key header of your HTTP requests:

X-API-Key: <API_KEY>

Example API call

Terminal window
curl \
--include \
--request GET \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <API_KEY>' \
https://api.easycron.com/v1/cron-jobs