---
title: Read the billing grace period value for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-subscriptiongraceperiod
---

# Read the billing grace period value for an app

Get the Boolean value that represents the grace period opt-in state for your app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/subscriptionGracePeriod

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[subscriptionGracePeriods]: Additional fields to include for each subscription grace period resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting subscription group and subscription grace period information

- [List all subscription groups for an app](appstoreconnectapi/get-v1-apps-_id_-subscriptiongroups.md)
- [Get the subscription grace period ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-subscriptiongraceperiod.md)
- [List subscription group IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-subscriptiongroups.md)
