Skip to main content
POST
/
api
/
v1
/
auth
/
password
/
set
Set Password
curl --request POST \
  --url https://api.example.com/api/v1/auth/password/set \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "new_password": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

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

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Cookies

riftmap_access
string | null

Body

application/json
new_password
string
required

Response

Successful Response

{key}
string