# List Domain Orders **GET /domains** ## 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 `Domains` services on your account. #### Body: application/json (array[object]) - **domain_id** (string) The ID number of the domain in our billing system. - **domain_hostname** (string) The hostname of the domain. - **domain_expire_date** (string(date-time)) The expiration date of the domain. - **cost** (string) The cost of the domain. - **domain_status** (string) The billing / registration status of the domain. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)