> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 統合ガイド

> Bookmarks を管理するエンドポイントをシステムに統合する際に知っておくべきツールと重要な概念をまとめたページです。ブックマークを扱う X API v2 スタンダードティアのリファレンス。

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <span>{children}</span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

このページには、Bookmarks を管理するエンドポイントをシステムに統合する際に知っておくべきツールと重要な概念に関する情報が含まれています。ページは以下のいくつかのセクションに分かれています:

* [Helpful tools](/x-api/users/blocks/integrate#helpful-tools)
* Key Concepts
  * [Authentication](/x-api/users/blocks/integrate#authentication)
  * [Developer Console, Projects, and Apps](/x-api/users/blocks/integrate#developer-console-projects-and-developer-apps)
  * [Rate limits](/x-api/users/blocks/integrate#rate-limits)

### 役立つツール

このエンドポイントの統合に役立つ重要な概念に入る前に、以下について理解しておくことをお勧めします:

#### Postman

Postman は、エンドポイントをテストするのに最適なツールです。各 Postman リクエストにはすべてのパスパラメーターとボディパラメーターが含まれており、利用可能なオプションを素早く把握するのに役立ちます。当社の Postman コレクションについて詳しくは、[「Postman を使う」](/tutorials/postman-getting-started)ページをご覧ください。

#### コードサンプル

お好みのプログラミング言語でこのエンドポイントをセットアップしてみませんか?出発点として利用できるさまざまなコードサンプルを [GitHub ページ](https://github.com/xdevplatform/Twitter-API-v2-sample-code)で公開しています。

#### サードパーティ製ライブラリ

コミュニティによる[サードパーティ製ライブラリ](/tools-and-libraries)を活用して開発を始められます。適切なバージョンタグを探すことで、v2 エンドポイントに対応したライブラリを見つけられます。

### 重要な概念

#### 認証

すべての X API v2 エンドポイントでは、キーとトークン(認証情報)を使ってリクエストを認証する必要があります。

これらのエンドポイントでは以下の
