Skip to main content
PUT
/
v1
/
archive
/
restore
Restore Items
curl --request PUT \
  --url https://api.oviond.com/v1/archive/restore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string[]
required
Minimum array length: 1
type
enum<string>
required
Available options:
clients,
projects,
media,
automations,
templates

Response

200 - application/json

Items restored

success
enum<boolean>
required
Available options:
true
message
string
required