v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Basics

Restore Website

Restores a previously deleted website, reactivating processing and making it available again. All historical data is preserved. Requires a global API key. Idempotent: re-calling on an already active website returns 200.

post/api/v1/websites/{website_id}/restore

Response

Website restored successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "Website restored"
}