<!--
{
  "availability" : [
    "App Store Server API: 1.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/paginationToken",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:paginationToken"
  },
  "title" : "paginationToken"
}
-->

# paginationToken

A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.

```
string paginationToken
```

## Discussion

A token you use in the [`Get Notification History`](/documentation/AppStoreServerAPI/Get-Notification-History) endpoint to ask for the next set of up to 20 notification history entries. All responses include a `paginationToken`.

---

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)