Application API
Retry job execution
Re-triggers the async execution of a single job previously created via the Async api and terminated in error.
POST
/
v1
/
applications
/
jobs
/
{job_id}
/
retry
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.