Skip to main content
POST
/
users
/
@me
/
email-change
/
bounced
/
request-new
Request replacement email for bounced address
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/email-change/bounced/request-new \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_email": "jsmith@example.com"
}
'
{
  "ticket": "<string>",
  "new_email": "<string>",
  "new_code_expires_at": "<string>",
  "resend_available_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Body

application/json
new_email
string<email>
required

Response

Success

ticket
string
required

Ticket associated with the email change attempt

new_email
string
required

The new email address the user wants to verify

new_code_expires_at
string
required

ISO8601 timestamp when the new email code expires

resend_available_at
string | null
required

ISO8601 timestamp when the new email code can be resent