HTTP Method | URL | Requires Auth |
---|---|---|
POST | /api/v1/users.removeOtherTokens | yes |
curl -H "Content-type:application/json" \
http://localhost:3000/api/v1/users.removeOtherTokens \
{
"success": true
}
Version | Description |
---|---|
3.1.0 | Added |
HTTP Method | URL | Requires Auth |
---|---|---|
POST | /api/v1/users.removeOtherTokens | yes |
curl -H "Content-type:application/json" \
http://localhost:3000/api/v1/users.removeOtherTokens \
{
"success": true
}
Version | Description |
---|---|
3.1.0 | Added |