curl --location --request GET '/vaults//items'
[
{
"category": "LOGIN",
"createdAt": "2019-08-24T14:15:22Z",
"favorite": false,
"id": "string",
"lastEditedBy": "string",
"state": "ARCHIVED",
"tags": [
"string"
],
"title": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"urls": [
{
"href": "https://example.com",
"primary": true
},
{
"href": "https://example.org"
}
],
"vault": {
"id": "string"
},
"version": 0
}
]