---
title: "POST /api/third/exchange/listings"
method: POST
path: "/api/third/exchange/listings"
tags: ["api", "third"]
---

# POST /api/third/exchange/listings

`POST /api/third/exchange/listings`

Notifies the system that a ticket has been listed on a third party platform

## Request body

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

## Response `200`

OK

- POSTThirdNotifiesTheSystemThatATicketHasBeenListedOnAThirdPartyPlatform200Response
  - `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)
