N

naver.com

NAVER is a Korean internet platform that provides search, identity/login, and related online services. Its developer portal documents APIs for search and other service features plus Naver Login for third-party applications.

2 integrations · REST

naver.com exposes two documented developer HTTP API surfaces: the general Naver Open API at `openapi.naver.com/v1` using app client ID/secret headers, and the Naver Login API at `openapi.naver.com/v1/nid` using OAuth 2.0 access tokens obtained from a registered Naver Login app; no GraphQL, MCP, or CLI surfaces were found.

discovered 2mo ago
REST · OpenAPI2
Credentials
Naver application client ID and client secretcompoundGet key

Sign in to NAVER Developers and open Application > 애플리케이션 등록. Register an application, select the APIs you want to use, and after creation open Application > 내 애플리케이션 to view the issued client_id and client_secret. The search API docs say these values are sent in HTTP headers X-Naver-Client-Id and X-Naver-Client-Secret.

Naver Login OAuth app (client ID and client secret)oauth2Set up OAuth

Sign in to NAVER Developers and register an application at Application > 애플리케이션 등록, enabling 네이버 로그인 for the app. Configure the service environment and callback URL in the app settings, then use the app's client_id and client_secret from Application > 내 애플리케이션 to run the OAuth flow against https://nid.naver.com/oauth2.0/authorize and https://nid.naver.com/oauth2.0/token as documented in the login guide.

conventions · 0/8 published

Publish these signals → /publishing