Skip to content

API List

영진 edited this page Sep 4, 2024 · 7 revisions
No Description Method Endpoint Page
1 로그인 POST /login/oauth2/apple 온보딩 화면 -> 로그인
2 Refresh Token 재발급 POST /reissue/token 온보딩 화면 -> 로그인
3 지도 전체 조회 GET /maps 지도전체조회
4 기록하기 POST /maps/record 지도전체조회 -> 지도선택 -> 기록하기
5 기록 단건 조회 GET /maps/history/{record_id} 지도전체조회 -> 기록 → 조회
6 기록 전체 조회 GET /maps/history 지도전체조회 -> 기록
7 방문기록 수정 PUT /maps/history/{record_id} 지도전체조회 -> 기록 → 수정
8 방문기록 삭제 DELETE /maps/history/{record_id} 지도전체조회 -> 기록 → 삭제
9 마이페이지 GET /mypages 지도전체조회 -> 마이페이지
10 회원탈퇴 DELETE /withdraw 지도전체조회 -> 마이페이지 -> 회원탈퇴
Clone this wiki locally