---
title: Create a Win-Back Offer
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-winbackoffers
---

# Create a Win-Back Offer

Create a win-back offer for a specific subscription.

## URL

POST https://api.appstoreconnect.apple.com/v1/winBackOffers

## Response Codes

201 Created: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 409 Conflict: 422 : 429 :

## Discussion

Discussion note: Important Use a unique referenceName and offerId that you have not used for a promotional offer, offer code, or introductory offer, when you create your win-back offer. Example Request and Response

## See Also

### Endpoints

- [Creating and configuring win-back offers](appstoreconnectapi/creating-and-configuring-win-back-offers.md)
- [List Win-Back Offers](appstoreconnectapi/get-v1-subscriptions-_id_-winbackoffers.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)
- [Modify a Win-Back Offer](appstoreconnectapi/patch-v1-winbackoffers-_id_.md)
- [Delete a Win-Back Offer](appstoreconnectapi/delete-v1-winbackoffers-_id_.md)
