Revert a pending email change using the verification token sent to the old email. Returns authentication token after successful revert.
curl --request POST \
--url https://api.fluxer.app/v1/auth/email-revert \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.fluxer.app/v1/auth/email-revert \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}