Messages
Get message history
Fetch the array of events of a message you’ve previously sent.
GET
/
messages
/
{message_id}
/
history
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
message_id
string
requiredA unique identifier representing the message ID
Query Parameters
type
string | null
A supported Message History type that will filter the events returned.
Response
200 - application/json
results
object[]
required