---
title: List Win-Back Offers
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-subscriptions-_id_-winbackoffers
---

# List Win-Back Offers

The data structure that represents a get-v1-subscriptions-{id}-win back offers resource.

## URL

GET https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/winBackOffers

## Path Parameters

id:

## Query Parameters

fields[winBackOfferPrices]: fields[winBackOffers]: include: limit: limit[prices]:

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 :

## Overview

Overview List all win-back offers for a specific subscription. Discussion Example Request and Response

## See Also

### Endpoints

- [Creating and configuring win-back offers](appstoreconnectapi/creating-and-configuring-win-back-offers.md)
- [List win-back offer IDs for an auto-renewable subscription](appstoreconnectapi/get-v1-subscriptions-_id_-relationships-winbackoffers.md)
- [Read Win-Back Offer Information](appstoreconnectapi/get-v1-winbackoffers-_id_.md)
- [List Win-Back Offer Prices](appstoreconnectapi/get-v1-winbackoffers-_id_-prices.md)
- [List price IDs for a win-back offer](appstoreconnectapi/get-v1-winbackoffers-_id_-relationships-prices.md)
- [Create a Win-Back Offer](appstoreconnectapi/post-v1-winbackoffers.md)
- [Modify a Win-Back Offer](appstoreconnectapi/patch-v1-winbackoffers-_id_.md)
- [Delete a Win-Back Offer](appstoreconnectapi/delete-v1-winbackoffers-_id_.md)
