# Get Home Data **GET /home** Retrieves a general assortment of information useful for displaying a home page / dashboard overview. ## 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 Genreal information for use on the home page. #### Body: application/json (object) - **last_login_ip** (string) Last login IP. - **last_login** (string) Last login time. - **currency** (string) Currency symbol. - **amount** (string) Amount with currency. - **invoice_list** (integer) Number of invoices. - **balance** (string) Balance with currency. - **full_name** (string) Users full name. - **email** (string) User email address. - **tickets** (array[string]) List of tickets. - **ticketStatus** (object) Ticket statuses. - **ticketStatusView** (object) Ticket statuses with view numbers. - **details** (array[string]) Users details. - **services** (object) Users services. - **AFFILIATE_AMOUNT** (string) Affiliate amount with currency. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)