<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/app-events",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "App Events"
}
-->

# App Events

Create, manage, and schedule in-app events for your app.

## Topics

### Endpoints

[`GET /v1/appEvents/{id}`](/documentation/AppStoreConnectAPI/GET-v1-appEvents-_id_)

Get information about a specific in-app event.

[`GET /v1/appEvents/{id}/localizations`](/documentation/AppStoreConnectAPI/GET-v1-appEvents-_id_-localizations)

Get a list of all localizations for a specific in-app event.

[`GET /v1/appEvents/{id}/relationships/localizations`](/documentation/AppStoreConnectAPI/GET-v1-appEvents-_id_-relationships-localizations)

[`GET /v1/apps/{id}/appEvents`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appEvents)

Get a list of in-app events for a specific app.

[`PATCH /v1/appEvents/{id}`](/documentation/AppStoreConnectAPI/PATCH-v1-appEvents-_id_)

Update the metadata for a specific in-app event.

[`POST /v1/appEvents`](/documentation/AppStoreConnectAPI/POST-v1-appEvents)

Create a new in-app event for your app.

[`DELETE /v1/appEvents/{id}`](/documentation/AppStoreConnectAPI/DELETE-v1-appEvents-_id_)

Delete an in-app event and its related metadata.

### Objects and types

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

A time-limited promotional or informational event for an app, displayed to customers on the App Store product page.

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

The request body you use to create an app event.

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

The request body you use to update an app event update request.

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

The response body for endpoints that list in-app events for an app.

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

The response body for endpoints that create, read, or modify an in-app event.

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

A string that represents the type of asset for an app event.

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



---

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)