//////
Search
Duplicate

네이버 로그인

Method
GET
URI
/oauth2/authorization/naver
담당자
케이든
서버
클라이언트

Request

Header

Name
Type
Example
Nullable
Description
Default
x-access-token
string
N
jwt

Query String

Name
Type
Example
Nullable
Description
Default
location
string
서울
Y
상품을 판매하는 매장의 지역
category
string
텐트
Y
상품의 카테고리

Response

Name
Type
Example
Nullable
Description
code
string
SUCCESS
N
message
string
성공
N
result
list
Y
ㄴproductIdx
int
1
상품 식별자
ㄴproductName
string
이지캠프 티피텐트 4-5인용
상품 이름
ㄴstoreIdx
int
1
상점 식별자
ㄴstoreName
string
동현이네 캠핑
상점 이름
ㄴminPrice
int
23000
상품의 최저가
ㄴimgUrl
string
상품 이미지
ㄴlikeCount
int
0
좋아요 한 유저 수
ㄴlikeStatus
boolean
true
좋아요 상태

Status Code

Code
Message
SUCCESS
성공
SERVER_ERROR
서버 에러
400
Bad Request