cURL
curl --request GET \ --url https://api.example.com/evault/v1/bins/{id}/ \ --header 'api-key: <api-key>'
{ "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>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Items (Files and Folders) deleted or marked as is_deleted show up in the bin.
Once delete from the bin, the items are lost for ever and ever and ever
A unique value identifying this bin.
Show child attributes