← Tools Reference

1Password Events API

1Password Events API integration (Security). Imported from open-connector.

API key3 tools{base_url}
POST
one_password_events_list_audit_events
List 1Password audit events using the official cursor-based Events API.

/api/v2/auditevents

4 parameters
ParamTypeRequiredDescription
cursorstringoptionalCursor from a previous 1Password Events API response.
startTimestringoptionalStart time for a reset cursor request.
endTimestringoptionalEnd time for a reset cursor request.
limitintegeroptionalMaximum number of events to return, from 1 to 1000.
POST
one_password_events_list_item_usages
List 1Password item usage events using the official cursor-based Events API.

/api/v2/itemusages

4 parameters
ParamTypeRequiredDescription
cursorstringoptionalCursor from a previous 1Password Events API response.
startTimestringoptionalStart time for a reset cursor request.
endTimestringoptionalEnd time for a reset cursor request.
limitintegeroptionalMaximum number of events to return, from 1 to 1000.
POST
one_password_events_list_sign_in_attempts
List 1Password sign-in attempts using the official cursor-based Events API.

/api/v2/signinattempts

4 parameters
ParamTypeRequiredDescription
cursorstringoptionalCursor from a previous 1Password Events API response.
startTimestringoptionalStart time for a reset cursor request.
endTimestringoptionalEnd time for a reset cursor request.
limitintegeroptionalMaximum number of events to return, from 1 to 1000.