Skip to main content
GET
/
qr-codes
/
{qrCodeId}
Obter QR Code
curl --request GET \
  --url https://apis.vectalk.com.br/qr-codes/{qrCodeId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone.

Parâmetros

Path

qrCodeId
string
required
Identificador único do QR Code (valor do campo code retornado na criação).

Resposta

{
  "code": "ABC123XYZ",
  "prefilled_message": "Olá, gostaria de saber mais informações.",
  "deep_link_url": "https://wa.me/message/ABC123XYZ"
}