Skip to main content
POST
https://api-gw.verolabs.co/api/authen
/
self-service
/
settings
Update password in a settings flow
curl --request POST \
  --url https://api-gw.verolabs.co/api/authen/self-service/settings \
  --header 'Content-Type: application/json' \
  --header 'X-Session-Token: <api-key>' \
  --data '
{
  "password": "<string>"
}
'
{
  "id": "<string>",
  "type": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "issued_at": "2023-11-07T05:31:56Z",
  "ui": {},
  "state": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

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

Authorizations

X-Session-Token
string
header
required

Ory session token returned by login or recovery flows.

Query Parameters

flow
string
required

Ory flow id returned by the corresponding create flow endpoint.

Body

application/json
method
enum<string>
required
Available options:
password
password
string<password>
required

Response

Password changed.

id
string
type
string
expires_at
string<date-time>
issued_at
string<date-time>
ui
object
state
string