---
title: "POST /api/resell/offers/preview"
method: POST
path: "/api/resell/offers/preview"
tags: ["api", "resell-offers"]
---

# POST /api/resell/offers/preview

`POST /api/resell/offers/preview`

Preview offer

## Request body

- object
  - `eventIds` string[], required — The IDs of the events
  - `ticketIds` string[], required — The IDs of the tickets
  - `customerId` string, required — The ID of the customer

## Response `200`

OK

- POSTResellOffersPreviewOffer200Response
  - `resellAble` boolean, required — If the requested offer is valid
  - `resellFee` number, float, required — The fee deducted from the price, before proceeds are payed out to the customer
  - `proceeds` number, float, required — The proceeds payed out to the customer when the offer is sold.

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