Skip to main content
POST
/
api
/
v
{version}
/
users
/
{id}
/
reset-password
cURL
curl --request POST \
  --url https://identity.payven.com.tr/api/v{version}/users/{id}/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "temporary": true
}
'
{
  "message": "<string>",
  "isSuccess": true,
  "code": "<string>",
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.payven.com.tr/llms.txt

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

Path Parameters

id
string
required
version
string
required

Body

password
string | null
temporary
boolean

Response

OK

message
string | null
isSuccess
boolean
code
string | null
data
boolean