IGPAPI
    Preparing search index...

    Interface RecoveryLookupPhoneInput

    interface RecoveryLookupPhoneInput {
        query: string;
        sendLoginLink?: "0" | "1";
        supportsSmsCode?: "0" | "1";
        waterfallId: string;
    }
    Index

    Properties

    query: string

    Username, phone or email

    sendLoginLink?: "0" | "1"
    '1'
    
    supportsSmsCode?: "0" | "1"
    '1'
    
    waterfallId: string

    You should generate your own waterfall id (randomUUID()). It should be the same for the whole password reset flow.