v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
auth

Request password recovery.

Users that have forgotten their password can have it reset with this API.

post/recover

Request body

emailstring email required
code_challengestring
code_challenge_method'plain' | 's256'

Response

A recovery email has been sent to the address. An empty JSON object is returned. To obfuscate whether such an email address already exists in the system this response is sent regardless whether the address exists or not.

object required