Skip to main content
POST
Connect or rotate a password-manager integration

Authorizations

Authorization
string
header
required

JWT authentication token

Body

application/json
token
string
required

Password-manager service account token (e.g. a 1Password service account token, ops_...). Validated on connect and stored encrypted in the user's secret manager; never returned.

provider_type
enum<string>

The kind of password manager to connect. Defaults to onepassword.

Available options:
onepassword

Response

The connected integration status

connected
boolean
required

Whether a password-manager integration is connected.

provider_type
enum<string>

The kind of password manager connected.

Available options:
onepassword
vaults
string[]

Names of the vaults accessible with the connected token (display only). Only populated on connect, when the token was just validated.