Error
Authenticate
Request a password token
POST
Error
Headers
The origin of the request. When an email needs to be sent, the "Origin" header value is used (after validation) to correctly generate the hyperlinks inside the email body.
Body
application/json
An object containing a username.
Not empty string.
Pattern:
.+Example:
"martin.dupont@kardinal.ai"
Response
The request has been taken into account. If the provided username is a valid email address which corresponds to an active user, a password token will be generated and sent by mail. If no active user is found, the error is silently discarded and a 204 code is returned anyway.