cURL
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/me/password/reset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>" } '
{ "code": "bad_request", "type": "bad_request" }
Reset the password for the authenticated user. Requires a valid access token with write scope.
Access token obtained from session refresh
The new password.
"N3wS3cur3P@ss!"
No Content
Contact support