---
title: "Restore files"
method: POST
path: "/v1.0/files/restore"
---

# Restore files

`POST /v1.0/files/restore`

This method allows to restore files of the account.

## Request body

- object
  - `RAW_BODY` object[]
    - `uuid` string — File UUID

## Response `200`

200

- object
  - `_count` integer
  - `_embedded` object
    - `files` object[]
      - `_links` object
        - `download` object
          - `href` string
        - `download_version` object
          - `href` string
        - `self` object
          - `href` string
      - `created_at` integer
      - `created_by` object
        - `type` string
        - `id` integer
      - `deleted_at` unknown
      - `deleted_by` unknown
      - `has_multiple_versions` boolean
      - `is_trashed` boolean
      - `metadata` object
        - `extension` string
        - `mime_type` string
      - `name` string
      - `previews` unknown
      - `sanitized_name` string
      - `size` integer
      - `source_id` unknown
      - `type` string
      - `updated_at` integer
      - `updated_by` object
        - `type` string
        - `id` integer
      - `uuid` string
      - `version_uuid` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
