Query parameters

application/json

Body Required

Responses

  • 200 application/json

    Do reset password for email

    Hide response attributes Show response attributes object
POST /api/logins/resets
curl \
 --request POST 'https://replace-with-own-host.iw-erp.de/api/logins/resets' \
 --header "x-session-token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"login":{"username":"string"}}'
Request examples
{
  "login": {
    "username": "string"
  }
}
Response examples (200)
{
  "success": true,
  "message": "string"
}