Skip to main content
GET
/
password-reset
Get a password reset Token
curl --request GET \
  --url https://app.coverwhale.com/api/v1/password-reset \
  --header 'AccessToken: <api-key>'
"Auth Success: Password Reset Initiated. Please Execute POST with provided reset code."

Authorizations

AccessToken
string
header
required

AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.

Query Parameters

username
string
required

Response

Authentication Success

The response is of type string.