Skip to content

Forgot Password

watch.auth.password.forgot_password

This API send an email containing a link to reset the password.

Headers

The authorization header must carry the API key that was provided during application registration.

Header Value
Authorization Bearer api_key

Endpoint

    POST v2/watch/auth/forgot-password

Request Body

    {
        "email": "user@example.com",
    }
Parameter Type Description
email String The email address used by the user during registration on the Indee platform.

Response Body

    {
        "status_code": "W0000",
        "message": ""
    }
Field Type Description
status_code Integer The Indee API status code. See the full list of codes in the Status Codes section.