> ## 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 standard 티어 레퍼런스입니다.

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>;
};

이 페이지에는 manage Bookmarks 엔드포인트를 시스템에 통합할 때 알아두어야 할 여러 도구와 핵심 개념에 대한 정보가 담겨 있습니다. 페이지는 다음 몇 개의 섹션으로 나뉘어 있습니다:

* [유용한 도구](/x-api/users/blocks/integrate#helpful-tools)
* 핵심 개념
  * [인증](/x-api/users/blocks/integrate#authentication)
  * [Developer Console, Projects, Apps](/x-api/users/blocks/integrate#developer-console-projects-and-developer-apps)
  * [Rate limit](/x-api/users/blocks/integrate#rate-limits)

### 유용한 도구

이 엔드포인트를 통합하는 데 도움이 될 몇 가지 핵심 개념을 살펴보기 전에, 다음 항목들에 익숙해지시길 권장합니다:

#### Postman

Postman은 엔드포인트를 테스트할 때 사용할 수 있는 훌륭한 도구입니다. 각 Postman 요청에는 모든 path 및 body 파라미터가 포함되어 있어 사용 가능한 옵션을 빠르게 파악할 수 있습니다. Postman 컬렉션에 대해 자세히 알아보려면 ["Using Postman"](/tutorials/postman-getting-started) 페이지를 참고하세요.

#### 코드 샘플

원하는 프로그래밍 언어의 코드로 이 엔드포인트 사용을 시작하고 싶으신가요? 시작점으로 활용할 수 있는 다양한 코드 샘플을 [Github 페이지](https://github.com/xdevplatform/Twitter-API-v2-sample-code)에서 제공합니다.

#### 서드파티 라이브러리

시작에 도움이 되도록 커뮤니티의 [서드파티 라이브러리](/tools-and-libraries)를 활용해 보세요. 적절한 버전 태그를 확인하여 v2 엔드포인트와 호환되는 라이브러리를 찾을 수 있습니다.

### 핵심 개념

#### 인증

모든 X API v2 엔드포인트는 keys and tokens라고도 부르는 자격 증명 세트로 요청을 인증해야 합니다.

이 엔드포인트들은 특히
