Contents

List win-back offers

List all win-back offers for a specific subscription.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

Query Parameters

NameTypeDescription
fields[winBackOfferPrices] Optional[string]
fields[winBackOffers] Optional[string]
include Optional[string]
limit Optionalinteger
limit[prices] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
WinBackOffersResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse
429
Content-Type: application/json
ErrorResponse

Discussion

Example Request and Response

See Also

Endpoints