> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/1password-events-reporting-api.md).

# 1Password イベントレポート API

1Password Business では、1Password イベント レポート API を使用して、アカウント アクティビティをセキュリティ情報およびイベント管理 (SIEM) システムに送信できます。サインイン試行、アイテムの使用状況、監査イベントなどの 1Password アクティビティに関するレポートを取得し、会社の全てのアプリケーションとサービスを一元的に管理できます。

統合を設定したら、イベント レポート API の詳細を読み、いくつかのサンプル スクリプトを確認してください。

### **Get started with 1Password Events Reporting** <a href="#hdokvkul4w0y" id="hdokvkul4w0y"></a>

* **①**[1Password Business にサインアップしてください。](https://1password.com/business-security)
* ②[イベント レポート統合を設定します。](https://support.1password.com/events-reporting)
* ③[ベアラー トークンをCreateし](https://support.1password.com/events-reporting/#appendix-issue-or-revoke-bearer-tokens)、アクセスできるイベント機能を選択します。
* ④[1Password アカウントを SIEM に接続します。](https://support.1password.com/events-reporting/#step-2-connect-your-1password-account-to-your-siem)

### **References** <a href="#gip2tr6w3obu" id="gip2tr6w3obu"></a>

#### [**イベントレポート汎用**](https://developer.1password.com/docs/events-api/generic-scripts/)[**スクリプト**](https://developer.1password.com/docs/events-api/#events-reporting-generic-scripts) <a href="#c4a9oidpwkhd" id="c4a9oidpwkhd"></a>

Events API を使い始める際に役立つ、複数の言語でのサンプル スクリプト。

#### [**イベントレポート API**](https://developer.1password.com/docs/events-api/reference/)[**リファレンス**](https://developer.1password.com/docs/events-api/#events-reporting-api-reference) <a href="#rdlrn835o2i" id="rdlrn835o2i"></a>

イベント レポート API を使用して 1Password アカウントのアクティビティをセキュリティ情報およびイベント管理 (SIEM) システムに送信する方法を学習します。

#### [**イベントレポート 監査**](https://developer.1password.com/docs/events-api/audit-events/)[**イベント**](https://developer.1password.com/docs/events-api/#events-reporting-audit-events) <a href="#id-8spkqmyh6lbv" id="id-8spkqmyh6lbv"></a>

[AuditEvent オブジェクト](https://developer.1password.com/docs/events-api/reference/#responses-1)内に含まれる監査イベントの参照。

#### [**イベントレポート アイテム使用**](https://developer.1password.com/docs/events-api/item-usage-actions/)[**アクション**](https://developer.1password.com/docs/events-api/#events-reporting-item-usage-actions) <a href="#id-7yrqkafzgm4q" id="id-7yrqkafzgm4q"></a>

[ItemUsage オブジェクト](https://developer.1password.com/docs/events-api/reference/#responses-2)内に含まれるアイテム使用アクションの参照。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/1password/1password-events-reporting-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
