---
title: App Store Server Notifications V2
framework: appstoreservernotifications
role: symbol
role_heading: Web Service Endpoint
path: appstoreservernotifications/app-store-server-notifications-v2
---

# App Store Server Notifications V2

Specify your secure server’s URL in App Store Connect to receive version 2 notifications.

## URL

POST https://example.com/v2

## Response Codes

200 OK: The response body for a version 2 notification.

## Mentioned in

App Store Server Notifications changelog Enabling App Store Server Notifications Receiving App Store Server Notifications Responding to App Store Server Notifications

## Discussion

Discussion To receive server notifications from the App Store, provide your secure server’s HTTPS URL in App Store Connect. For more information, see Enabling App Store Server Notifications. To secure your server and receive notifications, your server must support the Transport Layer Security (TLS) protocol version 1.2 or later. Upon receiving a server notification, respond to the App Store with an HTTP status code of 200-206 if the post was successful. If the post was unsuccessful, send HTTP 50x or 40x to have the App Store retry the notification. For more information, see Responding to App Store Server Notifications.

## See Also

### Server notifications version 2

- [responseBodyV2](appstoreservernotifications/responsebodyv2.md)
- [responseBodyV2DecodedPayload](appstoreservernotifications/responsebodyv2decodedpayload.md)
- [notificationType](appstoreservernotifications/notificationtype.md)
- [subtype](appstoreservernotifications/subtype.md)
