1Password (Events API)
Query 1Password audit events, item usage, and sign-in attempts.
1password-eventsvcatalog-v18 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Service Account Token | api_key | available | — |
调用示例
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 目录
可用 Tools
8 个可调用操作
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.需要连接
This endpoint requires your JSON Web Token to have the *auditevents* feature.
认证
需要 Connected AccountTags
api-v1
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.需要连接
This endpoint requires your JSON Web Token to have the *auditevents* feature.
认证
需要 Connected AccountTags
api-v2
Performs introspection of the provided Bearer JWT token1PASSWORD_EVENTS_GET_AUTH_INTROSPECTPerforms introspection of the provided Bearer JWT token需要连接
Performs introspection of the provided Bearer JWT token
认证
需要 Connected AccountTags
auth
Performs introspection of the provided Bearer JWT token1PASSWORD_EVENTS_GET_AUTH_INTROSPECT_V2Performs introspection of the provided Bearer JWT token需要连接
Performs introspection of the provided Bearer JWT token
认证
需要 Connected AccountTags
auth
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.需要连接
This endpoint requires your JSON Web Token to have the *itemusages* feature.
认证
需要 Connected AccountTags
api-v1
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.需要连接
This endpoint requires your JSON Web Token to have the *itemusages* feature.
认证
需要 Connected AccountTags
api-v2
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.需要连接
This endpoint requires your JSON Web Token to have the *signinattempts* feature.
认证
需要 Connected AccountTags
api-v1
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.需要连接
This endpoint requires your JSON Web Token to have the *signinattempts* feature.
认证
需要 Connected AccountTags
api-v2