LedeWire SDK API Reference
    Preparing search index...

    Interface AuthPasswordResetRequestBody

    Request body for initiating a buyer password reset. Sent to POST /v1/auth/password/reset-request.

    interface AuthPasswordResetRequestBody {
        email: string;
    }
    Index

    Properties

    Properties

    email: string

    The buyer's registered email address.