Skip to main content
GET
/
api
/
v1
/
mails
/
{mailServerID}
/
tags
get all tags
curl --request GET \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/tags \
  --header 'Authorization: <api-key>'
{
  "tag": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

mailServerID
string
required

Response

OK

tag
string
createdAt
string<date-time>