Back to catalog
👥

Kakao

OAuth

Kakao Login, Share on KakaoTalk, Social Plugins and more

👥SocialHTTPS

Kakao

Kakao User Profile

User Id1,234,567,890
NicknameKakaoUser_82
Profile Image UrlHttps://k.kakaocdn.net/dn/profile/img_640x640.jpg
Connected At2023-04-15T09:23:11Z
Account EmailUser@kakao.com

Sample Response

response.json
1{
2 "userId": 1234567890,
3 "nickname": "KakaoUser_82",
4 "profileImageUrl": "https://k.kakaocdn.net/dn/profile/img_640x640.jpg",
5 "connectedAt": "2023-04-15T09: 23: 11Z",
6 "accountEmail": "user@kakao.com"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developers.kakao.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs