users
- 회원가입(/api/users/signup)
- 로그인 (/api/auth/login)
teams
- 팀 생성 (/api/teams) - Authorization: Bearer {token} 토큰 필요
- 팀 조회 (/api/teams) - Authorization: Bearer {token} 토큰 필요
- 팀 수정 (/api/teams/{teamId}) - Authorization: Bearer {token} 토큰 필요
dashboards
- 대시보드 생성 (/api/dashboards) - Authorization: Bearer {token} 토큰 필요
- 대시보드 수정 (/api/teams/{teamId}/dashboards/{dashboardId}) - Authorization: Bearer {token} 토큰 필요
- 대시보드 조회 (/api/teams/{teamId}/dashboards) - Authorization: Bearer {token} 토큰 필요
webhooks
- 웹훅 등록 (/api/webhooks) - Authorization: Bearer {token} 토큰 필요
- 웹훅 테스트 전송 (/api/webhooks/test) - Authorization: Bearer {token} 토큰 필요
- 등록된 웹훅으로 이벤트 트리거 (/api/webhooks/trigger) - Authorization: Bearer {token} 토큰 필요