---
title: Create an in-app event
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-appevents
---

# Create an in-app event

Create a new in-app event for your app.

## URL

POST https://api.appstoreconnect.apple.com/v1/appEvents

## Response Codes

201 Created: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 409 Conflict: 422 : 429 :

## See Also

### Endpoints

- [Read In-App Event Information](appstoreconnectapi/get-v1-appevents-_id_.md)
- [List all localizations for an in-app event](appstoreconnectapi/get-v1-appevents-_id_-localizations.md)
- [List localization IDs for an app event](appstoreconnectapi/get-v1-appevents-_id_-relationships-localizations.md)
- [List all in-app events for an app](appstoreconnectapi/get-v1-apps-_id_-appevents.md)
- [Modify an in-app event](appstoreconnectapi/patch-v1-appevents-_id_.md)
- [Delete an app event](appstoreconnectapi/delete-v1-appevents-_id_.md)
