Documentation Index
Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint returns the QR Code needed to authenticate a new session of WhatsApp. The QR Code must be scanned by the WhatsApp app on the user’s phone to establish the connection.
URL Parameters
Unique ID of the session to be authenticated
Response
Encoded string of the QR Code for authentication. This value must be converted to an image QR Code for display to the user.
{
"value": "2@At0KZLwyMrvGXeKc5AWN6..."
}
Status Codes
200 - QR Code generated successfully
400 - Invalid parameters
401 - Unauthorized
Usage Example
curl -X GET https://api.wappfy.com.br/api/my-session/auth/qr
Your Wappfy API key (get it at dash.wappfy.com.br)
The session name (instanceName) you want to authenticate
The response is of type file.