Search

9. 토큰 검증

API

GET user/checktoken
JavaScript
복사

Req

{ "Authorization" : "Bearer {token}", "Content-type" : "application/json" }
JSON
복사
header

Res

// 토큰이 유효한 경우 { "isValid":true } // 토큰이 유효하지않은 경우 { "isValid":false }
JSON
복사