1Password · Schema

Item

Represents a summary of a 1Password item with basic metadata. Use the get item endpoint to retrieve full details.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier for the item.
title string The title of the item.
vault object
category string The category of the item.
urls array URLs associated with the item.
favorite boolean Whether the item is marked as a favorite.
tags array Tags applied to the item.
version integer The version number of the item.
state string The state of the item.
createdAt string The date and time the item was created.
updatedAt string The date and time the item was last updated.
lastEditedBy string The UUID of the user who last edited the item.
View JSON Schema on GitHub