---
title: "GET /api/customers/me/ticket-transfers"
method: GET
path: "/api/customers/me/ticket-transfers"
tags: ["api", "customers"]
---

# GET /api/customers/me/ticket-transfers

`GET /api/customers/me/ticket-transfers`

Get Ticket Transfers of Customer

## Query parameters

- `origin` 'customer' | 'stubhub' — The origin of ticket transfer
- `isSender` true — Whether customer is the sender of ticket transfer
- `isRecipient` true — Whether customer is the recipient of ticket transfer
- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result

## Response `200`

OK

- GETCustomersGetTicketTransfersOfCustomer200Response
  - `docs` PublicTicketTransferResource[]
    - `_id` string, required — The ID of the ticket transfer.
    - `secret` string, required — The secret token of the ticket transfer.
    - `sender` object
      - `email` string, email — The email of the ticket transfer sender.
      - `customerId` string, nullable — The ID of the ticket transfer sender.
      - `firstname` string, nullable — The first name of the ticket transfer sender.
      - `lastname` string, nullable — The last name ticket transfer sender.
    - `recipient` object
      - `email` string, email, required — The email of the ticket transfer recipient.
      - `phone` string, nullable — The phone number of the ticket transfer recipient.
      - `customerId` string, nullable — The ID of the ticket transfer recipient.
    - `status` 'CREATED' | 'REJECTED' | 'TRANSFERRED' | 'EXPIRED', required — The status of the ticket ticket transfer.
    - `outcome` object — The object representing result of the completed ticket transfer
      - `tickets` object[] — The array of objects having transfered and origin tickets.
        - `ticketId` string, required — The ID of the transfered ticket.
        - `originTicketId` string, required — The ID of the origin ticket.
    - `eventId` string, required — The ID of the event the ticket transfer belongs to.
    - `groupEventId` string — The ID of the group event the ticket transfer belongs to. Only filled in season card case.
    - `createdAt` string, date-time, required — An ISO Timestamp indicating when the ticket transfer was created.
    - `tickets` object[]
      - `id` string, required — The ID of the ticket
      - `ticketName` string, required — The name of the ticket type of the event
      - `seatingInfo` object — The associated seating object.
        - `_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.
      - `secret` string, required — The secret token of the ticket
      - `email` string, email — The email of the ticket
      - `name` string — The name of the ticket
      - `excludedEventIds` string[] — An array of IDs of events for which the ticket has been blocked
      - `createdAt` string, date-time — An ISO timestamp indicating when the ticket was created
  - `total` integer

## 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)
