November 12, 2024

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 to date-range-not-valid.

Read more about the api/messages/history method in the article.

In this article