-
Notifications
You must be signed in to change notification settings - Fork 0
토큰확인
석영현 edited this page Nov 24, 2020
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /auth/token | 토큰 확인 |
Content-Type: application/json
Header: token
{
"status": 200,
"success": true,
"message": "토큰 값이 없습니다"
}
{
"status": 200,
"success": true,
"message": "유효하지 않은 토큰입니다"
}
{
"status": 200,
"success": true,
"message": "잘못된 토큰입니다"
}
{
"status": 200,
"success": true,
"message": "유효한 토큰입니다"
}
-
User
-
Category
-
Word
-
Scrap