Skip to main content
GET
/
api
/
v1
/
mails
/
{mailServerID}
/
plan
get cuurent mail server plan history
curl --request GET \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/plan \
  --header 'Authorization: <api-key>'
{
  "data": {
    "currentPlanHistory": {},
    "nextPlanStartDate": "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

data
object