Skip to main content
GET
Get presence for the conversation ID. If not subscribed - also subscribes

Description

⚠️ This endpoint is not yet implemented. This endpoint will allow you to get presence information (online/offline status) of a specific contact or chat. Useful for checking if a contact is available before sending messages.

URL Parameters

session
string
required
WhatsApp unique session ID
chatId
string
required
ID of the chat/contact in format 5511999999999@s.whatsapp.net

Response

Status Codes

  • 200 - Information obtained successfully
  • 400 - Invalid parameters
  • 401 - Unauthorized
  • 404 - Chat not found

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

chatId
string
required

Conversation ID

Response

200 - application/json
id
string
required

Chat ID - either group id or contact id

Example:

"5511999999999@c.us"

presences
object[]
required