Social — entry 015 of 38

Kakao

Verified Jul 2026

Kakao's developer platform bundles Kakao Login (an OAuth 2.0 / OpenID Connect social-login service) with KakaoTalk Sharing, Kakao Sync, and Social Plugins that let apps authenticate South Korean users and post messages into their KakaoTalk chats. Requests to kapi.kakao.com require a bearer access token from the OAuth flow, and while login and basic sharing are free, higher-volume messaging features are metered under Kakao's paid API plans.

socialoauthloginmessagingkorea
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score54out of 100
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 54 on greatapis.com
<a href="https://greatapis.com/api/kakao/"><img src="https://greatapis.com/badge/kakao.svg" alt="Scored 54 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Developer reference

Rate limit

Free/default tier: 3,000,000 calls/month across all APIs, layered with per-API daily quotas (e.g. Kakao Talk Profile and Kakao Talk Message each 30,000 calls/day); Kakao Login token issuance capped at 20 access tokens per 10 minutes and 30 refresh tokens per 60 minutes