GET
/
v1
/
messages
/
:id

Body

id
string

This is the id of the message.

Response

id
string

This is the id of the message.

body
string

This is the body of the message.

created_at
datetime

This is the date and time when the message was created.

date
date

This is the date when the message was sent.

deliveredReceipt
boolean

This indicates if the message has been delivered.

from
string

This is the sender of the message.

fromMe
boolean

This indicates if the message was sent by the user.

is_public
boolean

This indicates if the message is public or private.

messageNumber
integer

This is the unique number assigned to the message.

sentReceipt
boolean

This indicates if the message has been sent.

time
time

This is the time when the message was sent.

timestamp
datetime

This is the timestamp of the message.

to
string

This is the recipient of the message.

user_id
string

This is the unique identifier for the user associated with the message.

username
string

This is the username of the user associated with the message.

Messages

FieldTypeDescription
idStringUnique identifier for the message
bodyStringThe content or text of the message
created_atDateTimeThe date and time when the message was created
dateDateThe date when the message was sent
deliveredReceiptBooleanIndicates if the message has been delivered
fromStringSender of the message
fromMeBooleanIndicates if the message was sent by the user
is_publicBooleanIndicates if the message is public or private
messageNumberIntegerUnique number assigned to the message
sentReceiptBooleanIndicates if the message has been sent
timeTimeThe time when the message was sent
timestampDateTimeThe timestamp of the message
toStringRecipient of the message
user_idStringUnique identifier for the user associated with the message
usernameStringUsername of the user associated with the message