Skip to main content
POST
/
api
/
v1
/
schedulers
/
send
cURL
curl --request POST \
  --url http://api/v1/schedulers/send \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}

Body

application/json · any

the create scheduler data

the create scheduler data

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok