POST
/
v2
/
user
/
password
curl --request POST \
  --url https://api.eda.prisme.ai/v2/user/password \
  --header 'Content-Type: application/json' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data '{
  "email": "<string>",
  "language": "<string>"
}'
"<any>"

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Body

application/json
email
string
required
language
string

Response

200
application/json
Success Response

The response is of type any.