Skip to main content
POST
/
users
/
@me
/
email-change
/
verify-original
Verify original email address
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/email-change/verify-original \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ticket": "<string>",
  "code": "<string>"
}
'
{
  "original_proof": "<string>"
}

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

code
string
required

Verification code sent to the original email address

Response

Success

original_proof
string
required

Proof token issued after verifying the original email