<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/end-user-license-agreements-eula",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "End User License Agreements (EULA)"
}
-->

# End User License Agreements (EULA)

Manage custom End User License Agreements (EULA) that are related to territories.

## Discussion

`endUserLicenseAgreements` represents the custom End User License Agreement (EULA) that you provide. Apple provides a standard EULA that applies in all territories. If you need to provide a custom EULA, use this resource to provide your agreement text. Relate it to the app and territories for which it applies using the [Territories](/documentation/AppStoreConnectAPI/territories) resource.

For more information, see App Store Connect Help: [Create a new version](https://developer.apple.com/help/app-store-connect/update-your-app/create-a-new-version).

## Topics

### Creating, Modifying, and Deleting an EULA

[`Create an end user license agreement`](/documentation/AppStoreConnectAPI/POST-v1-endUserLicenseAgreements)

Add a custom end user license agreement (EULA) to an app and configure the territories to which it applies.

[`Modify an end user license agreement`](/documentation/AppStoreConnectAPI/PATCH-v1-endUserLicenseAgreements-_id_)

Update the text or territories for your custom end user license agreement.

[`Delete an end user license agreement`](/documentation/AppStoreConnectAPI/DELETE-v1-endUserLicenseAgreements-_id_)

Delete the custom end user license agreement that is associated with an app.

### Reading EULA and Listing Territories

[`Read end user license agreement information`](/documentation/AppStoreConnectAPI/GET-v1-endUserLicenseAgreements-_id_)

Get the custom end user license agreement associated with an app, and the territories it applies to.

[`Read the end user license agreement information of an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-endUserLicenseAgreement)

Get the custom end user license agreement (EULA) for a specific app and the territories where the agreement applies.

[`List all territories for an end user license agreement`](/documentation/AppStoreConnectAPI/GET-v1-endUserLicenseAgreements-_id_-territories)

List all the App Store territories to which a specific custom app license agreement applies.

[`List territory IDs for an end user license agreement`](/documentation/AppStoreConnectAPI/GET-v1-endUserLicenseAgreements-_id_-relationships-territories)

### Objects

[`EndUserLicenseAgreement`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreement)

A custom end-user license agreement (EULA) for an app, targeting specific territories where it applies.

[`EndUserLicenseAgreementCreateRequest`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreementCreateRequest)

The request body you use to create an End User License Agreement.

[`EndUserLicenseAgreementUpdateRequest`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreementUpdateRequest)

The request body you use to update an End User License Agreement.

[`EndUserLicenseAgreementResponse`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreementResponse)

The response body for endpoints that read or modify a custom end user license agreement for an app.

[`EndUserLicenseAgreementWithoutIncludesResponse`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreementWithoutIncludesResponse)

A response containing a single EULA, without including territory details.

[`AppEndUserLicenseAgreementLinkageResponse`](/documentation/AppStoreConnectAPI/AppEndUserLicenseAgreementLinkageResponse)

[`EndUserLicenseAgreementTerritoriesLinkagesResponse`](/documentation/AppStoreConnectAPI/EndUserLicenseAgreementTerritoriesLinkagesResponse)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)