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 profile information of the user authenticated in the WhatsApp session, including display name, status (about/bio), and other profile information.
⚠️ This endpoint is not yet implemented.
URL Parameters
WhatsApp unique authenticated session ID
Expected Response
User profile display name
Profile status/about (not to be confused with Stories)
Success Response (Example)
{
"name" : "John Silva" ,
"status" : "Available to chat" ,
"picture" : "https://..."
}
Status Codes
200 - Profile obtained successfully
400 - Invalid parameters
401 - Unauthorized
501 - Not implemented
Usage Example
curl -X GET https://api.wappfy.com.br/api/my-session/profile
Your Wappfy API key (get it at dash.wappfy.com.br)
The session name (instanceName) of the profile you want to get
Example: "https://example.com/picture.jpg"