# 내 프로필 조회

## 아이템 블록

현재 로그인한 사용자의 카카오계정에 연결된 카카오톡 프로필 정보를 받는 기능입니다.

<figure><img src="/files/3VbNHcjcIIiB5cQAlrVo" alt=""><figcaption></figcaption></figure>

## 설정 팝업

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

## 설정 필드

### Access Token

사용자 인증 수단이며, 사용자 정보를 요청하고자 하는 사용자를 구분하는 키 입니다.

## 응답

내 프로필 조회 아이템 블록의 자세한 응답은 아래 링크를 통하여 카카오 API 문서를 확인하세요.

<https://developers.kakao.com/docs/latest/ko/kakaotalk-social/rest-api#get-profile-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/kakaotalk-social/my-profile.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.
