You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
REST API 명세
회원가입 / 로그인 관련 API
Tag
: AuthPOST /api/auth/register
POST /api/auth/login
POST /api/auth/logout
POST /api/auth/password/reset
POST /api/auth/password/reset/callback
유저정보 관련 API
Tag
: UserGET /api/users/me
GET /api/users/me/reload
GET /api/users/{userId}
PATCH /api/users/
DELETE /api/users/
POST /api/users/verify
PATCH /api/users/change
토큰 관련 API
Tag
: JWTPOST /api/token/refresh
OAuth2.0 API
Tag
: OAuth2.0GET /api/oauth/authorize/naver
GET /api/oauth/authorize/kakao
GET /api/oauth/authorize/google
피드 관련 API
Tag
: FeedGET /api/feed
플래너 관련 API
Tag
: PlannerGET /api/planners
GET /api/planners/{plannerId}
POST /api/planners
PATCH /api/planners
DELETE /api/planners
POST 관련 API
Tag
: PostGET /api/posts
GET /api/posts/{postId}
POST /api/posts
PATCH /api/posts
DELETE /api/posts
Comment 관련 API
Tag
: CommentGET /api/comments
POST /api/comments/{postId}
PATCH /api/comments/{postId}/{commentId}
DELETE /api/comments/{postId}/{commentId}
Beta Was this translation helpful? Give feedback.
All reactions