마이페이지 서랍 레이아웃
내 보드 정보 조회
GET
strcat.me/users/boards
유저가 가진 모든 보드 정보를 반환합니다.
Headers
Name
Type
Description
Authorization*
String
Bearer ~
[
{
"id": encrypted board id,
"title": title,
"theme": board theme
}
,...
]
내 보드 그룹 정보 조회
GET
strcat.me/users/board-groups
Headers
Name
Type
Description
Authorization*
String
Bearer ~
[
{
"id": encrypted board-group id,
"title": title
}
,...
]
Last updated