cURL
curl --request GET \ --url https://api.example.com/evault/v1/tags/{id}/ \ --header 'api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" }
Tags are convenient ways of marking files and folders for ease organization and categorization.
A unique value identifying this tag.
20
Description of the tag
500