Skip to main content
GET
/
api
/
{session}
/
chats
Get conversations
curl --request GET \
  --url https://{host}/api/{session}/chats \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

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

Path Parameters

session
string
required

The session name (instanceName) to get conversations

Query Parameters

sortBy
enum<string>

Sort by field

Available options:
conversationTimestamp,
id,
name
sortOrder
enum<string>

Sort order - <b>desc</b>ending (Z => A, New first) or <b>asc</b>ending (A => Z, Old first)

Available options:
desc,
asc
limit
number
offset
number
I