Forgot password

Request an email with a token to reset your password.

Request
path Parameters
email
required
string <email> (Email) ^\S+@\S+\.\S{2,}$

The email of a registered user

Example: email@email.com
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/forget-password/{email}
Request samples
curl -i -X POST \
  https://api-prod.surfsight.net/v2/forget-password/:email
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}