---
title: StatusResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/statusresponse
---

# StatusResponse

A response that contains status information for all of a customer’s auto-renewable subscriptions in your app.

## Declaration

```data
object StatusResponse
```

## Properties

data: An array of information for auto-renewable subscriptions, including App Store-signed transaction information and App Store-signed renewal information. environment: The server environment, sandbox or production, in which the App Store generated the response. appAppleId: Your app’s App Store identifier. bundleId: Your app’s bundle identifier.

## Topics

### Response Objects and Data Types

- [SubscriptionGroupIdentifierItem](appstoreserverapi/subscriptiongroupidentifieritem.md)
- [environment](appstoreserverapi/environment.md)
- [appAppleId](appstoreserverapi/appappleid.md)
- [bundleId](appstoreserverapi/bundleid.md)

## See Also

### Subscription status

- [Get All Subscription Statuses](appstoreserverapi/get-all-subscription-statuses.md)
