Version 0.0.1-SNAPSHOT
Default Request Header
fetch URL : <http://localhost:8080/api/v1>
header = {
Accept: "application/json",
Authorization: Bearer ${ACCESS_TOKEN}, // '/login', '/join', '/find' 에서는 제외
}
HTTP status codes
| 상태 |
구분 |
설명 |
| 200 |
OK |
성공 |
| 400 |
Bad Request |
잘못된 요청 |
| 401 |
Unauthorized |
비인증 상태 |
| 403 |
Forbidden |
권한 거부 |
| 404 |
Not Found |
존재하지 않는 요청 리소스 |
| 409 |
Conflict |
리소스의 현재 상태와 충돌 |
| 500 |
Internal Server Error |
서버 에러 |
API Docs
User API (1)
Follow API (1)
Verification API (1)
Board API (1)
Story API - 1차 완료
Notification API (1)
Chat API (1)