Skip to main content
GET
/
integration
/
get-qrcode
Buscar Qrcode
curl --request GET \
  --url https://api.multchats.com/v2/integration/get-qrcode \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "response": {
    "qrcode": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

integrationId
string
required

Response

200 - application/json

Qrcode de conexão encontrado com sucesso

success
boolean

Indica se a operação foi bem-sucedida

response
object