Skip to main content
GET
/
chats
Listar Chats
curl --request GET \
  --url https://api.wapizap.com/api/v2/chats \
  --header 'Authorization: Bearer <token>'
{
  "data": "<array>",
  "pagination": {
    "page": 123,
    "limit": 123,
    "total": 123,
    "totalPages": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wapizap.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instanceId
string<uuid>
required
page
integer
default:1
limit
integer
default:20
Required range: x <= 100

Response

200 - application/json

Lista de chats

data
array
pagination
object