IGPAPI
    Preparing search index...

    Interface NativeLoginInput

    interface NativeLoginInput {
        endpoint?: "api/v1/accounts/login/" | "api/v1/web/accounts/login/ajax/";
        password: string;
        username: string;
    }
    Index

    Properties

    endpoint?: "api/v1/accounts/login/" | "api/v1/web/accounts/login/ajax/"

    Sometimes /api/v1/accounts/login/ returns bad_password even for valid credentials. In that case you can try /api/v1/web/accounts/login/ajax/.

    'api/v1/accounts/login/'
    
    password: string
    username: string