Zum Inhalt springen
ARD Eventhub
Esc
navigateopen⌘Jpreview

Request password reset email

POST/auth/reset
Request body
application/json
emailstring
Responses
200Request successful
400Bad Request (invalid input)
messagestringrequired
errorsopenApiErrorItem[]required
min items 1
Show properties
Array of openApiErrorItem
openApiErrorItem
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
413Payload Too Large (JSON body exceeds 400kb limit)
messagestringrequired
errorsopenApiErrorItem[]required
Show properties
Array of openApiErrorItem
openApiErrorItem
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
500Internal server error
messagestringrequired
tracestring | nullrequireddeprecated
Always null. Deprecated; may be removed in a future release.
Request
curl -X POST "/auth/reset" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "my-email@example.com"
}'
Response
Request successful