Skip to main content
POST
/
v1
/
session
/
me
/
password
/
reset
Change password
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>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.prelude.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Access token obtained from session refresh

Body

application/json
password
string
required

The new password.

Example:

"N3wS3cur3P@ss!"

Response

No Content