Session User Info
Get Session User Info¶
Retrieve information about the user connected to a specific WhatsApp session in Rapiwa.
This endpoint is useful to check the connection status, basic account details, and profile picture.
API Endpoint¶
Header¶
Response:¶
{
"connected": true,
"sessionId": "XXXXXXXXXXXXXXX",
"id": "XXXXXXXXXXXXXXXXXXXX",
"name": "Rapiwa",
"phone": "88013XXXXXXXX",
"profilePic": "https:XXXXXXXXXXXXXXXXXXXXXXX"
}
💡 Tip: Keep your API Key secure. Never share it publicly.