REST API interface for 1Password Connect.
http://1password.local15 endpoints available
/healthGet state of the server and its dependencies.
/vaultsGet all Vaults
/metricsQuery server for exposed Prometheus metrics
/activityRetrieve a list of API Requests that have been made.
/heartbeatPing the server for liveness
/vaults/{vaultUuid}Get Vault details and metadata
/vaults/{vaultUuid}/itemsGet all items for inside a Vault
/vaults/{vaultUuid}/itemsCreate a new Item
/vaults/{vaultUuid}/items/{itemUuid}Get the details of an Item
/vaults/{vaultUuid}/items/{itemUuid}Update an Item
/vaults/{vaultUuid}/items/{itemUuid}Update a subset of Item attributes
/vaults/{vaultUuid}/items/{itemUuid}Delete an Item
/vaults/{vaultUuid}/items/{itemUuid}/filesGet all the files inside an Item
/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}Get the details of a File
/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/contentGet the content of a File
REST API interface for 1Password Connect.
http://1password.local15 endpoints available
/healthGet state of the server and its dependencies.
/vaultsGet all Vaults
/metricsQuery server for exposed Prometheus metrics
/activityRetrieve a list of API Requests that have been made.
/heartbeatPing the server for liveness
/vaults/{vaultUuid}Get Vault details and metadata
/vaults/{vaultUuid}/itemsGet all items for inside a Vault
/vaults/{vaultUuid}/itemsCreate a new Item
/vaults/{vaultUuid}/items/{itemUuid}Get the details of an Item
/vaults/{vaultUuid}/items/{itemUuid}Update an Item
/vaults/{vaultUuid}/items/{itemUuid}Update a subset of Item attributes
/vaults/{vaultUuid}/items/{itemUuid}Delete an Item
/vaults/{vaultUuid}/items/{itemUuid}/filesGet all the files inside an Item
/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}Get the details of a File
/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/contentGet the content of a File