Skip to main content
PUT
/
v1
/
automations
/
:id
/
unpause
Unpause Automation
curl --request PUT \
  --url https://api.oviond.com/v1/automations/:id/unpause \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Automation resumed

success
enum<boolean>
required
Available options:
true