Restore one or multiple previously archived jobs.
You can restore previously archived jobs via the /restorejobs endpoint.
/restorejobs
POST https://api.hellotracks.com/api/restorejobs { data: { jobs: [ "<job_id_1>", "<job_id_2>", ... "<job_id_n>" ], notify: <boolean> } }
If successful, you’ll get status:0 in the response.
status:0
{ status: 0 }