Skip to main content
GET
/
conversations
/
Get all conversations
curl --request GET \
  --url https://messenger-public-api.cogfy.com/conversations/ \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "phoneNumberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "recipientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "assigneeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "lastMessageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createDate": "2023-11-07T05:31:56Z",
      "serviceWindowExpireDate": "2023-11-07T05:31:56Z"
    }
  ],
  "cursors": {
    "next": "<string>"
  }
}

Authorizations

api-key
string
header
required

Query Parameters

cursor
string

Response

200 - application/json
data
object[]
cursors
object