Auth QR API Documentation
Introduction
Authorize the qrcode
Endpoint
Method: POST
URL: /auth-qr
Request Body
-
folder
(String, required): The folder containing the accounts -
phone
(String, required): a phone number -
token
(String, required): the decoded qrcode
Example Request Body
{
"folder": "active",
"phone": "9876543210",
"token": "tg://login?token=AQII5WtmRl7p9AFRxmTY5K0cz0VjKd6ajsTZUwK8sua4Iw"
}
Example Response
- Json Response (Non-Stream)
{
"code": "password-if-exists"
}