Skip to content

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

GET https://app.rapiwa.com/api/info
Authorization: Bearer Your_API_Key

Response:

{
    "connected": true,
    "sessionId": "XXXXXXXXXXXXXXX",
    "id": "XXXXXXXXXXXXXXXXXXXX",
    "name": "Rapiwa",
    "phone": "88013XXXXXXXX",
    "profilePic": "https:XXXXXXXXXXXXXXXXXXXXXXX"
}

💡 Tip: Keep your API Key secure. Never share it publicly.