POST
/
user
/
password
curl --request POST \
  --url https://local.auth.nhost.run/v1/user/password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "newPassword": "Str0ngPassw#ord-94|%",
  "ticket": "<string>"
}'
"<string>"

Authorizations

Authorization
string
headerrequired

JSON Web Token to authorize requests.

Body

application/json
newPassword
string
required
ticket
string

Response

200 - tapplication/json

The response is of type string.