cURL
curl --request POST \ --url https://app.azalt.co/api/v1/cron-jobs/{id}/execute \ --header 'Authorization: Bearer <token>'
{ "executionId": "<string>", "message": "<string>" }
Manually trigger execution of a cron job:
Parameters:
id
Returns:
executionId
message
Important Notes:
Access Requirements:
Use Cases:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response