# List Support Tickets **GET /tickets** ## 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 support tickets. #### Body: application/json (object) - **ima** (string) - **custid** (string) - **view** (string) - **currentPage** (integer(int32)) - **limit** (integer(int32)) - **sortcol** (integer(int32)) - **sortdir** (integer(int32)) - **rowsOffset** (integer(int32)) - **tickets** (array[object]) - **pages** (integer(int32)) - **rowsTotal** (integer(int32)) - **inboxCount** (integer(int32)) - **countArray** (object) - **viewText** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)