/me
로그인한 유저 엔드포인트
로그인한 유저 정보 요청
GET
https://blegram.vercel.app/api/me
Cookies
Name
Type
Description
bat*
JWT
엑세스 토큰을 갖는 쿠키 ( 10분 )
brt*
JWT
리프레쉬 토큰을 갖는 쿠키 ( 7일 )
로그인한 유저 정보 수정 요청
PATCH
https://blegram.vercel.app/api/me
Cookies
Name
Type
Description
bat*
JWT
엑세스 토큰을 갖는 쿠키 ( 10분 )
brt*
JWT
리프레쉬 토큰을 갖는 쿠키 ( 7일 )
Request Body
Name
Type
Description
name*
string
수정할 이름
nickname*
string
수정할 별칭
email*
string
수정할 이메일
phone*
string
수정할 휴대폰 번호
introduction*
string
수정할 자기 소개
avatar
string
수정할 아바타 이미지 URL
Last updated