v1

latestOpenAPI 3.0.02026-07-13474670.4 KB
Messages

Count messages for an email inbox

Get the number of messages for an email inbox address. It is NOT necessary to reserve the address before using this route. Whether it is an address on a custom domain, or a public domain, or mailsac.com, the mail can be counted as long as nobody else owns it.

get/addresses/{email}/message-count

Response

Email messages

countnumber
inboxstring

Example response

{
  "count": 3,
  "inbox": "example@mailsac.com"
}