Open Connector
All tools

1Password (Events API) logo1Password (Events API)

Query 1Password audit events, item usage, and sign-in attempts.

1password-eventsvcatalog-v18 tools

Authentication

MethodKindStatusDetails
Service Account Tokenapi_keyavailable

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.

This endpoint requires your JSON Web Token to have the *auditevents* feature.

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

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

Authentication

Connected account required

Tags

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

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

api-v2

Provider resources