
To use Naver open APIs such as Naver Login, Search, Papago, Maps, and Local Search, you must register an app on Naver Developers. We walk through app registration, key issuance, and team management.
Signup fee
Free
Review
Instant (some APIs reviewed)
Needed
Naver account
Overview
Naver Developers lets you register apps for free, and most APIs are usable immediately. NAVER Maps has moved to Naver Cloud Platform and needs a separate signup — do not confuse it with this guide.
Prepare a Naver account
Name-verified account recommended.
Decide the service URL
Lock down the web domain first.
Privacy policy
Required for Naver Login review.
Know per-API differences
Maps API requires NCP signup.
Step by Step
SIGNUP
Sign in to developers.naver.com with your Naver account.
CREATE APP
My Applications > Register application.
KEYS
App keys are issued on registration.
PLATFORM
Register info for each platform you selected.
AUTH
If using Naver Login, configure required items.
API
General open APIs work immediately with just Client ID/Secret headers.
MAP
The Maps API has moved to Naver Cloud Platform.
MANAGE
Manage the team and monitoring from app settings.
Pitfalls
NAVER Maps is not Naver Developers
Maps lives on Naver Cloud Platform (console.ncloud.com). You will not find it on Naver Developers.
Client Secret exposed on the frontend
It is common to ship sample code with Client Secret baked in. Always call from the server or use a proxy.
Marking review-required fields as required
Phone, address, and birthday are excluded from responses until review is complete. Request review before marking them required.
Callback URL mismatch
The registered URL must match the actual redirect URL exactly, including protocol (http/https) and trailing slash.
Exceeding the daily API quota
Calls are blocked beyond the free tier. Papago and Search need a paid tier upgrade.
Projects at JAICYLAB include everything from developer account setup to launch and ops.