Skip to main content
GET
/
api
/
v1
/
mails
/
{mailServerID}
/
accounts
/
{accountID}
/
forwards
get all extra address to forwarding mails
curl --request GET \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/accounts/{accountID}/forwards \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "data": {
    "forwarders": [
      {
        "account": "<string>",
        "address": "<string>",
        "createdAt": "<string>",
        "id": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

mailServerID
string
required
accountID
string
required

Response

OK

status
string
data
object