---
title: paginationToken
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/paginationtoken
---

# paginationToken

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

## Declaration

```data
string paginationToken
```

## Discussion

Discussion A token you use in the Get Notification History endpoint to ask for the next set of up to 20 notification history entries. All responses include a paginationToken.

## See Also

### Data types

- [hasMore](appstoreserverapi/hasmore.md)
