---
title: Get Test Notification Status
framework: appstoreserverapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreserverapi/get-test-notification-status
---

# Get Test Notification Status

Check the status of the test App Store server notification sent to your server.

## URL

GET https://api.storekit.apple.com/inApps/v1/notifications/test/{testNotificationToken}

## Sandbox URL

GET https://api.storekit-sandbox.apple.com/inApps/v1/notifications/test/{testNotificationToken}

## Path Parameters

testNotificationToken: The token that uniquely identifies a test, that you receive when you call Request a Test Notification.

## Response Codes

200 OK: Success. 400 Bad Request: The test notification token is invalid. Use a valid token that you receive in the SendTestNotificationResponse. 401 Unauthorized: The JSON Web Token (JWT) in the authorization header is invalid. For more information, see Generating JSON Web Tokens for API requests. 404 Not Found: The status isn’t yet available or the test notification token wasn’t found. 429 : The request exceeded the rate limit. 500 Internal Server Error: Server error. Try again later.

## Mentioned in

App Store Server API changelog Identifying rate limits

## Discussion

Discussion Call this endpoint using the testNotificationToken you receive when you call Request a Test Notification. You can check the status using the testNotificationToken for up to six months. Use the information in the CheckTestNotificationResponse to troubleshoot your server if it’s unable to receive App Store Server Notifications successfully.

## See Also

### App Store Server Notifications testing

- [Request a Test Notification](appstoreserverapi/request-a-test-notification.md)
- [SendTestNotificationResponse](appstoreserverapi/sendtestnotificationresponse.md)
- [CheckTestNotificationResponse](appstoreserverapi/checktestnotificationresponse.md)
