1Password Events API integration (Security). Imported from open-connector.
{base_url}/api/v2/auditevents
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor from a previous 1Password Events API response. |
| startTime | string | optional | Start time for a reset cursor request. |
| endTime | string | optional | End time for a reset cursor request. |
| limit | integer | optional | Maximum number of events to return, from 1 to 1000. |
/api/v2/itemusages
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor from a previous 1Password Events API response. |
| startTime | string | optional | Start time for a reset cursor request. |
| endTime | string | optional | End time for a reset cursor request. |
| limit | integer | optional | Maximum number of events to return, from 1 to 1000. |
/api/v2/signinattempts
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor from a previous 1Password Events API response. |
| startTime | string | optional | Start time for a reset cursor request. |
| endTime | string | optional | End time for a reset cursor request. |
| limit | integer | optional | Maximum number of events to return, from 1 to 1000. |