Skip to main content
POST
/
users
/
@me
/
email-change
/
resend-original
Resend original email confirmation
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>"
}
'
{
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<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.

Authorizations

Authorization
string
header
required

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

Body

application/json
ticket
string
required

Email change ticket identifier

Response

No Content