This article documents our API endpoint for our detailed messaging report.
Note
This is only available to retrieve 24-48 hours of message data and should only be queried once per 24 hour period.
Route:
GET: https://api.sakari.io/v1/accounts/{{account_id}}/ reports/messages
Params (required):
- start
- end
Example:
https://api.sakari.io/v1/accounts/{{account_id}}/ reports/messages?start=2023- 07-01&end=2023-07-02
One thing to note is when parsing the returned data, that the column headings should be used to work out the position of a column. You shouldn't assume column 3 is going to stay the third column, as we may change the order in the future or add additional columns.
For information on our authentication routes or other API routes please visit developer.sakari.io/docs.