Skip to main content
POST
/
api
/
v1
/
automation
/
job
/
{jobId}
/
retry
Retry job.
curl --request POST \
  --url https://api.revong.com/api/v1/automation/job/{jobId}/retry \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

jobId
string
required

Response

OK.