Skip to main content
POST
/
api
/
v1
/
mails
/
{mailServerID}
/
tags
create a new tag
curl --request POST \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/tags \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tag": "<string>",
  "data": {
    "tag": "<string>"
  }
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

mailServerID
string
required

Body

application/json
tag
string
data
object

Response