Gestiono
Referencia de APIChats / Chat

Get Chat media by channelid by mediaid

← Back to full API reference
GET/v1/chat/media/:channelId/:mediaIdAuth required

Request details

Path params

FieldRequiredDescription
channelIdYesRequired path parameter.
mediaIdYesRequired path parameter.

Default payloads

Path params

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

Query

json
{}

Sample response

json
{
  "success": true,
  "message": "Sample response placeholder for GET /v1/chat/media/:channelId/:mediaId"
}