Export qrcode as bse64
GET/instance/exportQrcodeBase64
Use this route to connect with whatsapp through a qrcode
Request
Responses
- 201
Returns the qr code of the instance
- application/json
- Schema
- Example (from schema)
Schema
instanceKey Selected instancerequired
Default value: string
base64 Qrcode of selected instance
code Qrcode of selected instance
{
"instanceKey": "string",
"base64": "string",
"code": "string"
}
Loading...