POST
/
evault
/
v1
/
bins
/
{id}
/
restore
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "file_type": "<string>",
  "file_size": 123,
  "file_size_unit": "<string>",
  "extension": "<string>",
  "days_till_expiry": "<string>",
  "tags": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this bin.

Body

Response

200 - application/json

The response is of type object.