Skip to main content
POST
/
v1
/
auth
/
set-password
Set Password
curl --request POST \
  --url https://api.example.com/v1/auth/set-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_password": "<string>",
  "current_password": "<string>"
}
'
{
  "id": "<string>",
  "email": "<string>",
  "display_name": "<string>",
  "auth_provider": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

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

Headers

x-dev-user
string | null
authorization
string | null

Body

application/json
new_password
string
required
Required string length: 8 - 200
current_password
string | null

Response

Successful Response

id
string
required
email
string
required
display_name
string | null
required
auth_provider
string
required