} else {
            res.statusCode = statusCode.NOT_FOUND;
            res.json({result: 'no token specified'});
            res.end();
        }