---
title: "GET /api/public/resell/ticket/{id}/status"
method: GET
path: "/api/public/resell/ticket/{id}/status"
tags: ["api", "resell-offers"]
---

# GET /api/public/resell/ticket/{id}/status

`GET /api/public/resell/ticket/{id}/status`

Get public ticket resell status

## Path parameters

- `id` string, required

## Query parameters

- `sellerId` string, required — The ID of the seller
- `secret` string, required — The secret of the ticket

## Response `200`

OK

- object[]
  - `eventId` string, required — The ID of the event
  - `offerAble` boolean, required — If this ticket can be offered on the secondary market.
  - `hasActiveOffer` boolean, required — Whether this ticket is currently offered on the secondary market or not.
  - `activeOffer` object — The active offer, if the ticket is currently offered on the secondary market.
    - `_id` string, required — The ID of the offer
    - `customerId` string, required — The ID of the customer of this offer
    - `sellerId` string, required — The ID of the seller of this offer
    - `eventId` string, required — The ID of the event of this offer
    - `items` object[], required — The items of this offer
      - `ticketId` string, required — The ID of the ticket
      - `ticketTypeId` string, required — The ID of the ticket type of the ticket
      - `ticketName` string — The name of the ticket type of the ticket
      - `categoryRef` string, required — The category of the ticket
      - `seatingInfo` object[] — The seating info for this ticket
        - `_id` string — The ID of the seating object.
        - `_type` 6 | 7, float, required — Indicates the type of seating object. Seat = 6, General Admission = 7.
        - `categoryId` string — The ID of the category containing the seating object.
        - `statusId` string, required — The ID of a container holding information about the seating status of the seating object.
        - `name` string, nullable — If _type == 7. The name of the general admission.
        - `seatType` 'handicapped' | 'limitedView' | 'foldable', nullable — If _type == 6. The type of the seat. null = normal.
        - `sectionName` string, nullable — If _type == 6. The name of the section where the seat is located.
        - `groupName` string, nullable — If _type == 6. The name of the row group where the seat is located.
        - `rowName` string, nullable — If _type == 6. The name of the row where the seat is located.
        - `seatName` string, nullable — If _type == 6. The seat name.
        - `gate` string, nullable — The entry gate associated with the seating object.
      - `price` number, float, required — The price of this item
      - `resellFee` number, float, required — The fee for reselling this item
    - `status` union, required — The status of this offer
      - boolean
      - number
      - object
      - 'ACTIVE' | 'SOLD' | 'CANCELED'
    - `cpmId` string, required — The customer payment method where the proceeds of this offer will be paid
    - `currency` union, required — The currency used for this offer
      - boolean
      - number
      - object
      - 'EUR' | 'USD' | 'GBP' | 'AUD' | 'CHF' | 'THB' | 'ILS' | 'COP' | 'MXN' | 'DKK' | 'NOK' | 'SEK' | 'QAR' | 'CAD' | 'ISK' | 'GTQ' | 'INR' | 'DOP' | 'SGD' | 'PLN' | 'SAR' | 'TTD' | 'ZAR' | 'KYD' | 'HKD' | 'CZK' | 'KRW' | 'JPY' | 'NZD' | 'AED' | 'MAD' | 'TWD' | 'BRL' | 'BWP' | 'NAD' | 'KES' | 'SCR' | 'TRY' | 'SZL' | 'LSL' | 'TZS' | 'UGX' | 'ZMW' | 'ZWG' | 'GHS' | 'NGN' | 'SLE' | 'LRD' | 'XOF' | 'XAF' | 'GEL' | 'IDR' | 'ARS' | 'CRC' | 'HUF' | 'EGP' | 'MYR' | 'VND' | 'PHP' | 'MWK'
    - `history` object[]
      - `type` 'resell.offer.created' | 'resell.offer.canceled' | 'resell.offer.expired' | 'resell.offer.sold' — The type of the history item.
      - `date` string, date-time — An ISO timestamp indicating the date of the history item.
      - `userId` string, nullable — The user ID of the history item.
      - `data` object — The data of the history item
    - `createdAt` string, date-time, required — An ISO Timestamp indicating when the offer was created.
    - `updatedAt` string, date-time, required — An ISO Timestamp indicating when the offer was updated.
  - `violations` 'SEASON_EVENT_OFFER_DISABLED' | 'EVENT_OFFER_DISABLED' | 'TICKET_OFFER_DISABLED' | 'NO_TRANSACTION' | 'TICKET_TYPE_NOT_MAPPED' | 'VALUE_SHARE_MISSING' | 'EVENT_EXCLUDED' | 'NO_SEATING_INFO' | 'TICKET_LOCKED' | 'TICKET_INVALID' | 'FEE_EXCEEDS_PRICE' | 'HAS_TICKET_TRANSFER' | 'HAS_SCANS' | 'HAS_ACTIVE_OFFER' | 'TRANSACTION_DISCOUNTED' | 'CART_AUTOMATION' | 'BUNDLE' | 'PAYMENT_PLAN_INCOMPLETE' | 'CUSTOMER_NOT_VERIFIED' — The violated resell rules

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
