The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetMessagesV2Request HTTP/1.1
Host: api.podapp.com.au
Content-Type: application/json
Content-Length: length
{"timestamp":"\/Date(-62135596800000-0000)\/","authToken":"00000000000000000000000000000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"messages":[{"id":"00000000000000000000000000000000","senderID":"00000000000000000000000000000000","recipientID":"00000000000000000000000000000000","timestamp":"\/Date(-62135596800000-0000)\/","messageText":"String","acknowledged":false,"read":false,"timestampAcknowledged":"\/Date(-62135596800000-0000)\/","timestampRead":"\/Date(-62135596800000-0000)\/"}],"timestamp":"\/Date(-62135596800000-0000)\/","success":false,"errorMessage":"String","errorCode":0}