Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 397 Bytes

removeothertokens.md

File metadata and controls

27 lines (19 loc) · 397 Bytes

Register

URL Requires Auth HTTP Method
/api/v1/users.removeOtherTokens yes POST

Example Call

curl -H "Content-type:application/json" \
     http://localhost:3000/api/v1/users.removeOtherTokens \

Example Result

{
  "success": true
}

Change Log

Version Description
3.1.0 Added