Autional Autional
API Reference GitHub autional.com →

POST /auth/qr-login/scan

A logged-in user scans the QR code, updating the session status to scanned, and optionally attaching device information.

Sessions & Devices `bearerAuth` application/json

Request Body

Schema: dto.QrLoginScanRequest

FieldTypeRequiredExampleConstraintsDescription
token string Yes
device_info string No

Responses

StatusDescriptionSchema
200Scanned successfullygitee_com_linmes_authms_base_dto.SimpleResponse
400Invalid request parametersdto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No