Gestiono
Referencia de APIChats / Conversation

Get Conversation by channelid by sourceid

← Back to full API reference
GET/v1/conversation/:channelId/:sourceIdAuth required

Request details

Path params

FieldRequiredDescription
channelIdYesRequired path parameter.
sourceIdYesRequired path parameter.

Query params

FieldRequiredDescription
invertedYesInferred from req.query.inverted

Default payloads

Path params

json
{
  "channelId": 1,
  "sourceId": 1
}

Query

json
{
  "inverted": "string"
}

Sample response

json
"<conversation>"