Access and manage items inside 1Password Vaults
/vaults/{vaultUuid}/items/{itemUuid}
Parameters
Responses
200
OK - Item updated. If no Patch operations were provided, Item is unmodified.
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
403
Unauthorized access
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Item not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
RequestBody
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/Patch"}
|
|
|
|
|
|
|
/vaults/{vaultUuid}/items/{itemUuid}
Parameters
Responses
200
OK
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
403
Unauthorized access
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Item not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
/vaults/{vaultUuid}/items/{itemUuid}
Parameters
Responses
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
204
Successfully deleted an item
403
Unauthorized access
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Item not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
/vaults/{vaultUuid}/items/{itemUuid}
Parameters
Responses
200
OK
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
400
Unable to create item due to invalid input
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
403
Unauthorized access
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Item not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
RequestBody
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
/vaults/{vaultUuid}/items
Parameters
Responses
200
OK
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
400
Unable to create item due to invalid input
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
403
Unauthorized access
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Item not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
RequestBody
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/FullItem"}
|
|
|
|
|
|
|
/vaults/{vaultUuid}/items
Parameters
Responses
200
OK
application/json
|
|
|
|
Type
|
array |
Constraints
|
|
Array Items
|
|
Source
|
{
"type": "array",
"items": {"ref": "#/components/schemas/Item"}
}
|
|
Type
|
empty schema |
Used by
|
|
Source
|
"items": {"ref": "#/components/schemas/Item"}
|
|
|
|
|
|
|
401
Invalid or missing token
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|
404
Vault not found
application/json
|
|
|
|
Type
|
empty schema |
Source
|
{"ref": "#/components/schemas/ErrorResponse"}
|
|
|
|
|
|
|