Skip to content

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"