Improved the api/messages/history
method for requesting the recipient’s message history:
- Removed the one-year limit. You can now request message history for any period of time.
The maximum range of values between the
dateFrom
and dateTo
parameters is 366 days. To get the message history for a period exceeding 366 days, make multiple requests. - Renamed the
date-from-not-valid
error todate-range-not-valid
.
Read more about the api/messages/history
method in the article.