# Get Invoices **GET /invoices** The "Get User Invoices" API endpoint allows users to retrieve a list of their invoices. By making a GET request to this endpoint, users can access their individual invoice information, including details such as invoice number, date, amount, and paid status. ## 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 ### Query parameters - **searchString** (string) pass an optional search string for looking up inventory - **skip** (integer(int32)) number of records to skip for pagination - **limit** (integer(int32)) maximum number of records to return ## Responses ### 200 search results matching criteria #### Body: application/json (array[object]) - **id** (integer(int64)) ### 400 bad input parameter ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### 404 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)