Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 502 Bytes

forgot-password.md

File metadata and controls

35 lines (27 loc) · 502 Bytes

Forgot Password

Dispatch an email containing a link to reset the account's password.

Request

Response

  • Status: 200 OK

Example

curl -H "Accept: application/json" \
     -H "Content-Type: application/json" \
     -d \
       '{
          "user": {
            "email": "arthur@dent.com"
          }
        }' \
     "http://my.cl.ly/reset"