Skip to main content
Initialize cloud archive
curl --request POST \
  --url https://api.example.com/archive/init \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "retention_days": 123
}
'
{
  "success": true,
  "machine_id": "<string>"
}

Body

application/json
token
string
required
retention_days
integer | null
required

Response

200 - application/json

OK

success
boolean
required
machine_id
string
required