Count number of messages

Service description

Use this service to get the number of pending messages. The same header values are accepted as for Get next message - including Filter-Response-Type and Service Provider options.

Request

GET https://connect.lhv.com/messages/count

Headers

Body

JSon with count of messages as Integer.

Response

Headers

Body

OK

{
  "count": 10
}

Last updated