1Password Connect
Health
Copy Page
1Password Connect
Activity
Retrieve a list of API Requests that have been made.
GET
Health
Get state of the server and its dependencies.
GET
Ping the server for liveness
GET
Metrics
Query server for exposed Prometheus metrics
GET
Vaults
Get all Vaults
GET
Get Vault details and metadata
GET
Items
Get all items for inside a Vault
GET
Create a new Item
POST
Delete an Item
DELETE
Get the details of an Item
GET
Update a subset of Item attributes
PATCH
Update an Item
PUT
Files
Get all the files inside an Item
GET
Get the details of a File
GET
Get the content of a File
GET
Health
MCP
Copy Page
Ping the server for liveness
GET
/heartbeat
Try it
Run in Apidog
Run in Apidog
Health
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/heartbeat'
Response
Response Example
{
}
Request
None
Responses
🟢
200
OK
application/json
Generate Code
Body
Generate Code
object
Â
{0}
Previous
Get state of the server and its dependencies.
Next
Query server for exposed Prometheus metrics