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