Skip to main content
GET
/
api
/
conversation
/
all
Get conversations by contact
curl --request GET \
  --url https://your-instance.example.com/api/conversation/all \
  --header 'Authorization: Bearer <token>'
{
  "conversations": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

contactId
string
required

Response

Conversations returned

conversations
object[]