Responses

  • 200 application/json

    Mail ordering information.

    Hide response attributes Show response attributes object
    • id integer(int32) Required

      The ID of the order.

    • status string Required

      The order status.

    • username string Required

      The username to use for this order.

    • comment string

      Optional order comment.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /mail/order
curl \
 --request GET 'https://my.interserver.net/apiv2/mail/order' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "id": 21472,
  "status": "active",
  "username": "mb21472"
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}