API Overview
Message Callbacks
Status Codes
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
| Parameter | Data type | Required | Description |
|---|
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"
}
}