list_offers_batch tickets
GET/v1/tickets/offers
List offers for multiple tickets the authenticated user is party to, in a single request. Avoids the per-ticket N+1 the negotiations view would otherwise issue. Visibility and competing-offer redaction match the per-ticket GET /v1/tickets/{ticket_id}/offers endpoint.
Request
Responses
- 200
- 400
- 401
- 503
OK response.
bad_request: Invalid input
unauthorized: Unauthorized
service_unavailable: A transient backend dependency (e.g. the database) was unavailable. The request was not processed; retry.