Saltar al contenido principal
GET
cURL

Autorizaciones

Authorization
string
header
requerido

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Parámetros de ruta

thread_id
string
requerido

The identifier of the Thread to fetch

Respuesta

Array containing all Messages in the Thread

thread_id
string
requerido

Unique identifier of the Thread the Message belongs to

type
enum<string>
requerido

Message type enum

Opciones disponibles:
text,
image,
audio,
video,
button,
template,
document
sent_by
enum<string>
requerido

Author of this message

Opciones disponibles:
AI,
EU,
SYS
sent_at
string<date-time>
requerido

Datetime from when the Message was sent

content
string

Message's text content

media
string

Message's media content, if any (usually in form of URL)

sent_by_user
string

Altur user id (if Message was sent manually by an in-app user)

read
boolean

Boolean describing if the Message is considered as read