Back to Explorer

Naver OAuth endpoints

Naver OAuth endpoints and related development resources

Naver authorization endpoint

https://nid.naver.com/oauth2.0/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Naver token endpoint

https://nid.naver.com/oauth2.0/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Naver userinfo endpoint

https://openapi.naver.com/v1/nid/me
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.

Naver OAuth documentation and resources