Get state of the server and its dependencies.
curl --request GET \
--url http://localhost:8080/health{
"name": "1Password Connect API",
"version": "1.2.1",
"dependencies": [
{
"service": "sync",
"status": "TOKEN_NEEDED"
},
{
"service": "sqlite",
"status": "ACTIVE",
"message": "Connected to./1password.sqlite"
}
]
}API Reference
Get state of the server and its dependencies.
GET
/
health
Get state of the server and its dependencies.
curl --request GET \
--url http://localhost:8080/health{
"name": "1Password Connect API",
"version": "1.2.1",
"dependencies": [
{
"service": "sync",
"status": "TOKEN_NEEDED"
},
{
"service": "sqlite",
"status": "ACTIVE",
"message": "Connected to./1password.sqlite"
}
]
}Documentation Index
Fetch the complete documentation index at: https://www.1password.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I