HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
카테고리 전체 조회

카테고리 전체 조회

Method
GET
API 연결여부
API 연결여부
작업여부
작업여부
담당자
윌리엄
비올레
URL
/categories?kind=income
인증 필요
인증 필요
Filter By kind
?kind=income, expenditure
 
Example Response Body
{ "categories": [ { "id": 1, "name": "현금", "categoryType": "INCOME" }, { "id": 2, "name": "교통비", "categoryType": "EXPENDITURE" } ] }