Skip to main content
POST
/
users
/
@me
/
password-change
/
verify
Verify password change code
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/password-change/verify \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ticket": "<string>",
  "code": "<string>"
}
'
{
  "verification_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

Password change ticket identifier

code
string
required

Verification code sent to the email address

Response

Success

verification_proof
string
required

Proof token issued after verifying the email code