Skip to main content
GET
/
api
/
v1
/
mails
/
{mailServerID}
/
tags
/
stats
get all tags
curl --request GET \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/tags/stats \
  --header 'Authorization: <api-key>'
{
  "date": 123,
  "tag": {
    "count": 123
  }
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

mailServerID
string
required

Query Parameters

lastNDays
number
default:30
Required range: 1 <= x <= 180

Response

OK

date
integer

Unix timestamp

tag
object