<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/SendTestNotificationResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:SendTestNotificationResponse"
  },
  "title" : "SendTestNotificationResponse"
}
-->

# SendTestNotificationResponse

A response that contains the test notification token.

```
object SendTestNotificationResponse
```

## Discussion

The [`Request a Test Notification`](/documentation/AppStoreServerAPI/Request-a-Test-Notification) endpoint returns this response, which includes a [`testNotificationToken`](/documentation/AppStoreServerAPI/SendTestNotificationResponse/testNotificationToken) value to reference the test associated with your request. When you request a test notification, the App Store server sends a notification with the `TEST` <doc://com.apple.documentation/documentation/AppStoreServerNotifications/notificationType> to your server. To learn the result of the App Store server’s attempt to send the `TEST` notification, call [`Get Test Notification Status`](/documentation/AppStoreServerAPI/Get-Test-Notification-Status) with the [`testNotificationToken`](/documentation/AppStoreServerAPI/SendTestNotificationResponse/testNotificationToken).

For more information about notifications, see <doc://com.apple.documentation/documentation/AppStoreServerNotifications>.

## Topics

### Data types

[`testNotificationToken`](/documentation/AppStoreServerAPI/testNotificationToken)

A unique identifier for a notification test that the App Store server sends to your server.



---

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)