Kladim API Docs

POST /v1/backup/{id}/run

Belirtilen hedef için anlık yedeklemeyi başlatır.

İstek

POST https://kladim.com/api/v1/backup/12345/run
Authorization: Bearer <token>
Content-Type: application/json

{}

Parametreler

AdTipZorunluKonumAçıklamaÖrnek
AuthorizationstringEvetheaderBearer tokenBearer eyJ...
idstringEvetpathHedef ID12345

Yanıt

200 OK
{
  "success": true,
  "remainingBackupQuota": 12
}

cURL

curl -X POST "https://kladim.com/api/v1/backup/12345/run" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{}'