Appearance
Sessions User Info
About 72 wordsLess than 1 minute
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
GET https://app.rapiwa.com/api/infoHeader
Authorization: Bearer Your_Device_Key###Response:
{
"connected": true,
"sessionId": "XXXXXXXXXXXXXXX",
"id": "XXXXXXXXXXXXXXXXXXXX",
"name": "Rapiwa",
"phone": "88013XXXXXXXX",
"profilePic": "https:XXXXXXXXXXXXXXXXXXXXXXX"
}💡 Tip: Keep your Device Key secure. Never share it publicly.
