-
Notifications
You must be signed in to change notification settings - Fork 1
공통 응답
Darom Kim edited this page Feb 16, 2022
·
2 revisions
GET/POST/PUT/DELETE
/api/**
Method | Parameter | Description |
---|---|---|
ACCESS-TOKEN | {access-token} | 토큰 값 |
eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjQyNjQwNTA2NjQ0ODI2NzUxIiwibmlja25hbWUiOiJkYXJvbSIsInN0YXR1cyI6IlJPTEVfR1VFU1QiLCJkZXZpY2VJZCI6IjEyMzQ1Njc4OTAxMjM0NTYiLCJpYXQiOjE2NDI2NDM4ODcsImV4cCI6MTY0MjY0NzQ4N30.xZismviSajTFQmvwqoLopnshZEsLN0fBmsXDv4o0Zm8
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} |
Field | Type | Description |
---|---|---|
status | int | 상태 코드 |
message | String | status 메시지 |
data | String | 성공 메시지 |
{
"status": 200,
"message": "회원 탈퇴 성공",
"data": "darom님 30일 이내에 재접속하면 탈퇴되지 않습니다."
}
HttpStatus | status | Error Messsage |
---|---|---|
200 | 302 | Invalid Token |
{
"status": 302,
"messsage": "Invalid Token"
}
-
게이트웨이(API Gateway)
-
인증(Authentication)
-
디바이스(Device)
-
채팅방(Chatroom)
-
채팅(Chat)
-
프레젠스(Presence)
-
멤버십(Membership) - 친구
-
멤버십(Membership) - 프로필
-
멤버십(Membership) - 오픈 프로필
-
멤버십(Membership) - 피드
-
파일(File)