Authentication
Generate QR Login Session
Generate a QR code session for authentication
POST
/{locale}/shop/auth/qr-login/generateGenerate a QR code session for authentication
Authorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/en/shop/auth/qr-login/generate" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "data": { "session_id": "550e8400-e29b-41d4-a716-446655440000", "qr_code": "abcd1234efgh5678", "expires_at": "2019-08-24T14:15:22Z" }}