IGPAPI
    Preparing search index...

    Interface RecoveryLookupInput

    interface RecoveryLookupInput {
        countryCodes?: string;
        query: string;
        waterfallId: string;
    }
    Index

    Properties

    countryCodes?: string

    Most likely the default country code of your phone by your location. For me, it was [{"country_code":"7","source":["default"]}]

    [{"country_code":"7","source":["default"]}]
    
    query: string

    Username, phone or email

    waterfallId: string

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