---
title: Get Status of Subscription Renewal Date Extensions
framework: appstoreserverapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreserverapi/get-status-of-subscription-renewal-date-extensions
---

# Get Status of Subscription Renewal Date Extensions

Checks whether a renewal date extension request completed, and provides the final count of successful or failed extensions.

## URL

GET https://api.storekit.apple.com/inApps/v1/subscriptions/extend/mass/{productId}/{requestIdentifier}

## Sandbox URL

GET https://api.storekit-sandbox.apple.com/inApps/v1/subscriptions/extend/mass/{productId}/{requestIdentifier}

## Path Parameters

productId: The product identifier of the auto-renewable subscription that you request a renewal-date extension for. requestIdentifier: The UUID that represents your request to the Extend Subscription Renewal Dates for All Active Subscribers endpoint.

## Response Codes

200 OK: The request succeeded. 400 Bad Request: The request is invalid. 401 Unauthorized: The JSON Web Token (JWT) in the authorization header is invalid. For more information, see Generating JSON Web Tokens for API requests. 429 : The request exceeded the rate limit. 500 Internal Server Error: Server error. Try again later.

## Mentioned in

App Store Server API changelog Extending the renewal date for auto-renewable subscriptions

## Discussion

Discussion This endpoint provides basic status information about a request you initiate when you call the Extend Subscription Renewal Dates for All Active Subscribers endpoint. Such requests may take hours, or even days, depending on the number of subscribers. This status tells whether the request is complete. If so, it has the total count of successful and failed subscription-renewal-date extensions. tip: If you don’t need this status on demand, or need more details, use the App Store Server Notifications for near real-time status information instead. For more information about related notifications, see Extending the renewal date for auto-renewable subscriptions.

## See Also

### Subscription-renewal-date extension

- [Extending the renewal date for auto-renewable subscriptions](appstoreserverapi/extending-the-renewal-date-for-auto-renewable-subscriptions.md)
- [Extend a Subscription Renewal Date](appstoreserverapi/extend-a-subscription-renewal-date.md)
- [Extend Subscription Renewal Dates for All Active Subscribers](appstoreserverapi/extend-subscription-renewal-dates-for-all-active-subscribers.md)
- [ExtendRenewalDateRequest](appstoreserverapi/extendrenewaldaterequest.md)
- [ExtendRenewalDateResponse](appstoreserverapi/extendrenewaldateresponse.md)
- [MassExtendRenewalDateRequest](appstoreserverapi/massextendrenewaldaterequest.md)
- [MassExtendRenewalDateResponse](appstoreserverapi/massextendrenewaldateresponse.md)
- [MassExtendRenewalDateStatusResponse](appstoreserverapi/massextendrenewaldatestatusresponse.md)
