---
title: SendTestNotificationResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/sendtestnotificationresponse
---

# SendTestNotificationResponse

A response that contains the test notification token.

## Declaration

```data
object SendTestNotificationResponse
```

## Properties

testNotificationToken: The test notification token that uniquely identifies the notification test that App Store Server Notifications sends to your server.

## Discussion

Discussion The Request a Test Notification endpoint returns this response, which includes a 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 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 with the testNotificationToken. For more information about notifications, see App Store Server Notifications.

## Topics

### Data types

- [testNotificationToken](appstoreserverapi/testnotificationtoken.md)

## See Also

### App Store Server Notifications testing

- [Request a Test Notification](appstoreserverapi/request-a-test-notification.md)
- [Get Test Notification Status](appstoreserverapi/get-test-notification-status.md)
- [CheckTestNotificationResponse](appstoreserverapi/checktestnotificationresponse.md)
