Responses

  • 200 application/json

    The listing of Licenses services on your account.

    Hide response attributes Show response attributes object
    • license_id string

      The id of the license.

    • license_hostname string

      The hostname of the license.

    • license_ip string

      The ip of the license.

    • services_name string

      The services name of the license.

    • cost string

      The cost of the license.

    • license_status string

      The status of the license.

    • invoices_paid string

      The invoices paid of the license.

    • invoices_date string(date-time)

      The invoices date of the license.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /licenses
curl \
 --request GET 'https://my.interserver.net/apiv2/licenses' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "cost": "25.00",
    "license_id": "386111",
    "license_ip": "66.45.228.100",
    "invoices_date": "2019-08-28T14:27:22.000Z",
    "invoices_paid": "1",
    "services_name": "Imunify360 up to 30 users",
    "license_status": "canceled",
    "license_hostname": ""
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}