Messages history
Get organization message history
Name
Type
Description
Path parameter
Name
Type
Description
Name
Type
Description
{
"page": 1,
"num_pages": 1,
"per_page": 20,
"count": 1,
"status": "unsubscribed",
"items": [
{
"id": "uuid",
"create_date": "iso8 format date",
"channel": "imessage",
"direction": "outbound",
"language": "EN",
"type": "text",
"text": "string"
}
]
}Last updated