---
title: "GET /api/third/exchange/validate/tickets"
method: GET
path: "/api/third/exchange/validate/tickets"
tags: ["api", "third"]
---

# GET /api/third/exchange/validate/tickets

`GET /api/third/exchange/validate/tickets`

Receive the ticket exchange payload for multiple tickets

## Query parameters

- `eventId` string, required — The ID of the event
- `ticketIds` string[], required — The IDs of the tickets

## Response `200`

OK

- GETThirdReceiveTheTicketExchangePayloadForMultipleTickets200Response
  - `customer` object
    - `_id` string, required — The ID of the customer
    - `firstName` string, required — The first of the customer
    - `lastName` string, required — The lastname of the customer
    - `email` string, required — The email of the customer
    - `country` string, required — The country of the customer
  - `event` object
    - `_id` string, required — The ID of the event
  - `tickets` union[], required — The tickets to be swapped
    - union
      - string
      - number
      - boolean
      - integer
      - object

## Other responses

- `400` — Bad Request

---

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