IGPAPI
    Preparing search index...

    Interface RecoverySendEmailInput

    interface RecoverySendEmailInput {
        query: string;
        waterfallId: string;
    }
    Index

    Properties

    Properties

    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.