Responses

  • 200 application/json

    The listing of Quickservers services on your account.

    Hide response attributes Show response attributes object
    • qs_id string Required

      The id of the qs.

    • qs_name string Required

      The name of the qs.

    • cost string Required

      The cost of the qs.

    • qs_hostname string Required

      The hostname of the qs.

    • qs_status string Required

      The status of the qs.

    • qs_comment string Required

      The comment of the qs.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /qs
curl \
 --request GET 'https://my.interserver.net/apiv2/qs' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "cost": "65.00",
    "qs_id": "19504",
    "qs_name": "Quickserver199",
    "qs_status": "canceled",
    "qs_comment": "",
    "qs_hostname": "qs19504"
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}