Responses

  • 200 application/json

    The listing of Mail services on your account.

    Hide response attributes Show response attributes object
    • mail_id string

      The id of the mail.

    • repeat_invoices_cost string

      The repeat invoices cost of the mail.

    • mail_username string

      The username of the mail.

    • mail_status string

      The status of the mail.

    • services_name string

      The services name of the mail.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /mail
curl \
 --request GET 'https://my.interserver.net/apiv2/mail' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "mail_id": "5652",
    "mail_status": "expired",
    "mail_username": "mb5652",
    "services_name": "MailBaby Mail",
    "repeat_invoices_cost": "5.99"
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}