Resends a confirmation code to the user’s original email address during the email change process. Use this if the original confirmation email was not received. Requires valid email change ticket.
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/email-change/resend-original \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request POST \
--url https://api.fluxer.app/v1/users/@me/email-change/resend-original \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}