Skip to main content
POST
/
user
/
reset-password
cURL
curl --request POST \
  --url https://api.ck-itsolutions.nl/v1/user/reset-password \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.ck-itsolutions.nl/llms.txt

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

Authorizations

x-api-key
string
header
required

Body

application/json

Plant to add to the store

email
string
required

User email address

password
string
required

New password for the selected user

Response

Returns newly created filters with uuid as json.

The response is of type object.