GET
/
api
/
{session}
/
presence
Obter todas as informações de presença inscritas
curl --request GET \
  --url https://api.wappfy.com.br/api/{session}/presence \
  --header 'apikey: <api-key>'
[
  {
    "id": "11111111111@c.us",
    "presences": [
      {
        "participant": "11111111111@c.us",
        "lastSeen": 1686568773,
        "lastKnownPresence": "offline"
      }
    ]
  }
]

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

Response

200 - application/json
id
string
required

Chat ID - either group id or contact id

Example:

"11111111111@c.us"

presences
object[]
required