Skip to main content
GET
/
v2
/
messaging
/
messages
List Messages
curl --request GET \
  --url https://api.voxo.co/v2/messaging/messages/ \
  --header 'Authorization: Bearer <token>'
{
  "records": "<array>",
  "page": 123,
  "totalRecords": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

conversationId
string
required

Conversation ID

Response

200 - application/json

Paginated messages

records
array
required

Message records

page
number
required

Current page

totalRecords
number
required

Total number of records