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
passwordstringrequired
No additional field description.
tokenstringrequired
No additional field description.
Example request
cURL
curl --request POST \
--url 'https://api.fideralabs.com/v1/signup/password-reset/confirm' \
--header 'Authorization: Bearer $FIDERA_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"password": "string",
"token": "string"
}'Responses
200Successful Responsestatusstring
No additional field description.
application/json
{
"status": "ok"
}422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
confirm_password_reset_v1_signup_password_reset_confirm_post