User login

Please use this (https://vtubers.me/mobile_api/login) API to access user login endpoint


Post parameters

Field Value Remarks
email User e-mail address E.g. [email protected]
password User password E.g. mycatsarethebest01..
device_type Client device type ios/android (Default is android)

Success response

{
        "code": 200,
        "message": "User logged in successfully",
        "data": {
            "id": 7,
            "first_name": "vTubersDotMe",
            "user_name": "vTubersDotMe",
            "email": "[email protected]",
            "is_verified": false,
            "website": "",
            "about_you": "A place for vTubers, Creators, and their Fans to connect and stay up to date with each other.",
            "gender": "M",
            "country": "United States",
            "post_count": 4045,
            "last_post": 0,
            "last_ad": 0,
            "language": "english",
            "following_count": 1,
            "follower_count": 1,
            "wallet": "0.0",
            "ip_address": "192.168.1.1",
            "last_active": "1601382349",
            "member_since": "Nov 2022",
            "profile_privacy": "followers"
        },
        "auth": {
            "auth_token": "c625cc16eb00960f076c1378c7b84ede29c01ed516013823754d476ebd93c709a1bb49b39eba40738a",
            "refresh_token": "de25cc16eb00960f076c1378c7b84ede29c01ed516013823754d476ebd93c709a1bb49b39eba40738a",
            "auth_token_expiry": 1916742375
        }
    }
    

Error responses

{
        "code": 402,
        "message": "Incorrect Credentials",
        "data": []
    }

    {
        "code": 402,
        "message": "Incorrect device type",
        "data": []
    }