# List Licenses **GET /licenses** ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ## Responses ### 200 The listing of `Licenses` services on your account. #### Body: application/json (array[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 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)