Last updated 17 days ago
Was this helpful?
Run a job
/jobs/run/{jobId}
The id associated with your job.
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/customer/jobs/run/{jobId}' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"params":{}}'
{ "ok": true, "requestId": "text", "message": "text", "error": { "code": 1, "message": "text", "description": "text" } }