Reset Password

POST /api/contact/resetPassword

Resets the password associated with a contact

Query parameters

  • start string

    Contact id

    Default value is empty.

Responses

POST /api/contact/resetPassword
curl \
 --request POST http://api.example.com/api/contact/resetPassword \
 --header "Authorization: Bearer $ACCESS_TOKEN"