---
title: "account/tickets"
method: GET
path: "/account/tickets"
tags: ["Support Endpoints"]
---

# account/tickets

`GET /account/tickets`

This endpoint is used to fetch a list of support tickets via our API. If no email address is passed in then it will fetch all tickets for the account. If an email address is passed in, it will fetch all tickets for the account that have been submitted, including CC'd, by that email.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Email` string
- `Limit ` integer
- `Offset ` integer
- `StartDate` string
- `EndDate` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Tickets` object — Collection of tickets
    - `0` object
      - `id` string — ID of the ticket.
      - `subject` string — The subject of the ticket.
      - `status` string — The status of the ticket.
      - `dateAdded` string — The date when the ticket was added.
      - `lastUpdated` string — The date when the ticket was last updated.
  - `Pagination` object — Pagination metadata
    - `TotalRecords` string — Total number of eLinx records in that search range.
    - `Offset` string — Use this parameter to set the starting point in the dataset.
    - `Limit` string — Limit the number of records that are returned.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
