GET
/
api
/
message
/
conversation
curl --request GET \
  --url https://api.plazbot.com/api/message/conversation \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "success": true,
  "code": 200,
  "errorCode": null,
  "message": "List obtained successfully.",
  "data": {
    "workspaceId": "string",
    "newContinuationToken": null,
    "data": [
      {
        "id": "string",
        "contactId": "string",
        "workspaceId": "string",
        "internalWhatsappNumber": "string",
        "platformSenderId": "string",
        "platformSenderName": "string",
        "platformSenderPhone": "string",
        "workspaceName": "string",
        "templateCode": "string",
        "templateType": "string",
        "type": 0,
        "campaignName": "string",
        "agentSenderId": "string",
        "requestBody": "string",
        "responseBody": "string",
        "responseStatus": "string",
        "creationDate": "2025-04-07T22:24:30.9310377Z"
      }
    ]
  }
}

Headers

x-workspace-id
string
required

Query Parameters

workspaceId
string
required

Workspace ID

continuationToken
string

Token de paginacion de 20 Registros.

Response

200 - application/json

OK

The response is of type object.