cURL
curl --request POST \ --url https://{host}/Agent/Xmpp/PopMessages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "maxCount": 123 } '
{ "Messages": [ { "from": "<string>", "to": "<string>", "type": "<string>", "timestamp": "2023-11-07T05:31:56Z", "Content": [ {} ], "id": "<string>", "lang": "<string>" } ] }
Gets messages for the account from the server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 2147483647
Success
Show child attributes