GET api2/code_login.json

Login infos for device login

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

API.Models.CodeLoginResponse
NameDescriptionTypeAdditional information
url

string

None.

image

Collection of byte

None.

code

string

None.

Response Formats

{
  "url": "sample string 1",
  "image": "QEA=",
  "code": "sample string 2"
}