Messaging
Fetch Room Messages
Fetch all messages for a particular room Id
GET
https://api.vida.dev
/
api
/
v2
/
messages
/
{roomId}
Authorizations
token
string
queryrequiredVida API Token
Path Parameters
roomId
string
requiredRoom Id to fetch messages for
Response
200 - application/json
message
string
Message text
from
number
From User Id
fromUser
string
From User Name
to
number
From User Id
toUser
string
To User Name
timestamp
number
Epoch of the last messages timestamp
date
string
Friendly Date
roomId
string
Room Id
status
string
If message was delivered. Status of success indicates delivered
attachments
string
Array of media attachment Urls.
gift
boolean
If this message included a monetary gift
drip
boolean
If this message was a paid drip
uuid
string
Unique id for message
source
string
Source medium for the message. Could have sourced from a vida client, sms, voice, email
roomInitiator
string
User name who first initiated contact for the room