# 토큰정보

## 아이템 블록

액세스 토큰의 유효성을 검증하거나 정보를 확인합니다. 토큰 만료 여부나 유효기간을 알 수 있어 갱신 과정에 활용할 수 있습니다.

<figure><img src="/files/67FHBbXYwX8Y47tWkpca" alt=""><figcaption></figcaption></figure>

## 설정 팝업

<figure><img src="/files/f60fCj62ANzQFrhbY95W" alt=""><figcaption></figcaption></figure>

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다. 정보를 조회하고자 하는 회원의 토큰 정보를 제공해주세요.

위 설정팝업 예제에서는 <mark style="color:blue;">**저장 된 내 토큰**</mark>을 선택했는데, 이는 API Drag 서비스 내에 생성되어 있는 본인의 계정 토큰 정보를 조회할 수 있습니다.

자체적으로 서비스하고 있는 앱의 회원 토큰 정보를확인하기 원하신다면 운영하시는 서비스의 회원 토큰을 제공해 주세요.

## 응답

응답 정보는 아래 링크를 통해 카카오 API 문서를 확인해 주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#get-token-info-response>


---

# Agent Instructions: 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://docs.apidrag.com/kakao-api/references/kakao-login/token-info.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.
