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

The body is of type object.

Response

Success

ticket
string
required

Ticket for password change actions

code_expires_at
string
required

ISO8601 timestamp when the verification code expires

resend_available_at
string | null
required

ISO8601 timestamp when the code can be resent