Kladim API Docs

GET /v1/general-info

Hesabın genel durum ve kota bilgilerini döner.

İstek

GET https://kladim.com/api/v1/general-info?id=12345
Authorization: Bearer <token>
Accept: application/json

Parametreler

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

Yanıt

200 OK
{
  "packageName": "Business",
  "endDate": "2026-01-31",
  "email": "[email protected]",
  "status": "çevrimiçi | çevrimdışı | yedekleniyor",
  "quota": "100 GB",
  "backupCount": 10,
  "lastBackupDateDb": "2025-10-20",
  "lastBackupTimeDb": "23:15:00",
  "lastBackupDateFolders": "2025-10-19",
  "lastBackupTimeFolders": "23:05:00",
  "maxFolderCount": 5,
  "foldersFilesCount": 5000,
  "dailyBackupCount": 3,
  "todayBackupCount": 1,
  "version": "1.2.4",
  "darkMode": true
}

cURL

curl -X GET "https://kladim.com/api/v1/general-info?id=12345" \
  -H "Authorization: Bearer <token>" \
  -H "Accept: application/json"