# 토큰 권한검증

## 아이템 블록

사용자가 동의한 동의 항목의 상세 정보 목록을 조회합니다. \[내 애플리케이션] > \[카카오 로그인] > \[동의 항목]에 설정된 동의 항목의 목록과 사용자가 동의한 동의 항목의 상세 정보를 반환합니다. 사용자가 기존에 동의했던 동의 항목이라면 현재 앱에 사용하도록 설정돼 있지 않아도 응답에 포함됩니다.

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

## 설정 팝업

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

## 설정 필드

### Access Token

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

### 검증할 동의항목 목록

특정 동의 항목에 대한 동의 내역만 불러오려는 경우 사용할 수 있습니다. <mark style="color:blue;">**동의항목**</mark>의 ID 목록을 위\
설정팝업 예제와 같이 배열 타입으로 지정할 수 있습니다.

## 응답

자세한 응답 내용은 아래 링크를 통하여 카카오 API 문서 페이지에서 확인해 주세요.

<https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api#check-consent-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/verify-token.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.
