---
title: Read the beta license agreement of an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-betalicenseagreement
---

# Read the beta license agreement of an app

Get the beta license agreement for a specific app.

## URL

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

## 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[betaLicenseAgreements]: Additional fields to include for each beta license agreement resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting an app’s TestFlight details

- [Read the beta app review details resource of an app](appstoreconnectapi/get-v1-apps-_id_-betaappreviewdetail.md)
- [Get the beta app review detail ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaappreviewdetail.md)
- [Get the beta app review detail ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaappreviewdetail.md)
- [Get the beta license agreement ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betalicenseagreement.md)
- [List all beta app localizations of an app](appstoreconnectapi/get-v1-apps-_id_-betaapplocalizations.md)
- [List beta app localization IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaapplocalizations.md)
