LedeWire SDK API Reference
    Preparing search index...

    Interface AuthPasswordResetBody

    Request body for completing a buyer password reset. Sent to POST /v1/auth/password/reset.

    interface AuthPasswordResetBody {
        email: string;
        password: string;
        reset_code: string;
    }
    Index

    Properties

    email: string

    The buyer's registered email address.

    password: string

    New password (minimum 6 characters).

    reset_code: string

    6-digit numeric code delivered to the buyer's email.