Skip to main content

Overview

Gets a QR code for sign-in.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: GET

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/login/qrcode

Content-Type: application/json

Request parameters

ParameterData typeRequiredDescription

Request example

GET /jim/login/qrcode HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

Response example

{
"code":0,
"msg":"sucess",
"data":{
"id":"unique QR-code identifier",
"qr_code":"Base64 data of the QR-code image"
}
}