1Password (Events API)
Query 1Password audit events, item usage, and sign-in attempts.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Service Account Token | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "1PASSWORD_EVENTS_GET_AUDIT_EVENTS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("1PASSWORD_EVENTS_GET_AUDIT_EVENTS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute 1PASSWORD_EVENTS_GET_AUDIT_EVENTS --data '{ }'Tool catalog
Available tools
8 callable operations
Retrieves audit events for actions performed by team members within a 1Password account1PASSWORD_EVENTS_GET_AUDIT_EVENTSThis endpoint requires your JSON Web Token to have the *auditevents* feature.Connection
This endpoint requires your JSON Web Token to have the *auditevents* feature.
Authentication
Connected account requiredTags
Retrieves audit events for actions performed by team members within a 1Password account1PASSWORD_EVENTS_GET_AUDIT_EVENTS_V2This endpoint requires your JSON Web Token to have the *auditevents* feature.Connection
This endpoint requires your JSON Web Token to have the *auditevents* feature.
Authentication
Connected account requiredTags
Performs introspection of the provided Bearer JWT token1PASSWORD_EVENTS_GET_AUTH_INTROSPECTPerforms introspection of the provided Bearer JWT tokenConnection
Performs introspection of the provided Bearer JWT token
Authentication
Connected account requiredTags
Performs introspection of the provided Bearer JWT token1PASSWORD_EVENTS_GET_AUTH_INTROSPECT_V2Performs introspection of the provided Bearer JWT tokenConnection
Performs introspection of the provided Bearer JWT token
Authentication
Connected account requiredTags
Retrieves events for each usage of an item stored in a shared vault within a 1Password account1PASSWORD_EVENTS_GET_ITEM_USAGESThis endpoint requires your JSON Web Token to have the *itemusages* feature.Connection
This endpoint requires your JSON Web Token to have the *itemusages* feature.
Authentication
Connected account requiredTags
Retrieves events for each usage of an item stored in a shared vault within a 1Password account1PASSWORD_EVENTS_GET_ITEM_USAGES_V2This endpoint requires your JSON Web Token to have the *itemusages* feature.Connection
This endpoint requires your JSON Web Token to have the *itemusages* feature.
Authentication
Connected account requiredTags
Retrieves events for both successful and failed attempts to sign into a 1Password account1PASSWORD_EVENTS_GET_SIGN_IN_ATTEMPTSThis endpoint requires your JSON Web Token to have the *signinattempts* feature.Connection
This endpoint requires your JSON Web Token to have the *signinattempts* feature.
Authentication
Connected account requiredTags
Retrieves events for both successful and failed attempts to sign into a 1Password account1PASSWORD_EVENTS_GET_SIGN_IN_ATTEMPTS_V2This endpoint requires your JSON Web Token to have the *signinattempts* feature.Connection
This endpoint requires your JSON Web Token to have the *signinattempts* feature.
Authentication
Connected account requiredTags