Html from view qrcode
GEThttps://{127.0.0.1:8083}/api/v2/instance/:instanceId/qrcode
Returns the html of the qrcode display page.
Request
Path Parameters
instanceId stringrequired
ID of the instance.
Responses
- 200
- 400
- 401
Returns the qrcode view.
BadRequestException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
UnauthorizedException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- CURL
curl -L -g -X GET 'https://{127.0.0.1:8083}/api/v2/instance/:instanceId/qrcode'
ResponseClear