---
title: PushToken
framework: walletpasses
role: symbol
role_heading: Object
path: walletpasses/pushtoken
---

# PushToken

An object that contains the push notification token for a registered pass on a device.

## Declaration

```data
object PushToken
```

## Properties

pushToken: A push token the server uses to send update notifications for a registered pass to a device.

## See Also

### Pass updates

- [Adding a Web Service to Update Passes](walletpasses/adding-a-web-service-to-update-passes.md)
- [Register a Pass for Update Notifications](walletpasses/register-a-pass-for-update-notifications.md)
- [Get the List of Updatable Passes](walletpasses/get-the-list-of-updatable-passes.md)
- [Send an Updated Pass](walletpasses/send-an-updated-pass.md)
- [Unregister a Pass for Update Notifications](walletpasses/unregister-a-pass-for-update-notifications.md)
- [Log a Message](walletpasses/log-a-message.md)
- [SerialNumbers](walletpasses/serialnumbers.md)
- [LogEntries](walletpasses/logentries.md)
