//////
Search
Duplicate

선호 음식 종류들 조회

Method
GET
URI
/api/v1/categories
담당자
케이든
서버
클라이언트

Request

Header

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

Path Variable

Name
Type
Example
Nullable
Description
Default
userIdx
int
1
N
유저의 식별자

Response

Name
Type
Example
Nullable
Description
code
string
SUCCESS
N
message
string
성공
N
result
object
N
ㄴname
string
N
유저 이름
ㄴemail
string
N
유저 이메일
ㄴprofileImgUrl
string
N
유저 프로필 사진

Status Code

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