Crons
Create Cron
Create a new cron job
POST
TypeScript SDK
Authorizations
API key authentication. Include your API key in the Authorization header as: Bearer
Body
application/json
Cron expression (e.g., '0 0 * * *')
Available options:
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS IANA timezone identifier (e.g., 'America/New_York')
Response
Cron created
TypeScript SDK