API Overview
Message Callbacks
Status Codes
Overview
Scan the QR code with a phone and confirm sign-in.
Request
Authentication: Add authentication headers to the request. See Authentication
Method:
POST
Rate limit:
100 requests/second
Endpoint: https://API domain/jim/qrcode/confirm
Content-Type:
application/json
Request parameters
| Parameter | Data type | Required | Description | |
|---|---|---|---|---|
| id | string | Yes | QR code ID obtained by scanning. |
Request example
POST /jim/qrcode/confirm HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json
{
"id":"xxxxxxx"
}
Response example
{
"code":0,
"msg":"sucess"
}