Signup
Request Password Reset
post
/v1/signup/password-resetAlways answers ``ok``, whether or not the address exists.
Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Request body
JSON · required
emailstringrequired
No additional field description.
Example request
cURL
curl --request POST \
--url 'https://api.fideralabs.com/v1/signup/password-reset' \
--header 'Authorization: Bearer $FIDERA_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'Responses
200Successful Responsestatusstring
No additional field description.
application/json
{
"status": "ok"
}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
request_password_reset_v1_signup_password_reset_post