---
title: Send an Updated Pass
framework: walletpasses
role: symbol
role_heading: Web Service Endpoint
path: walletpasses/send-an-updated-pass
---

# Send an Updated Pass

Create and sign an updated pass, and send it to the device.

## URL

GET https://yourpasshost.example.com/v1/passes/{passTypeIdentifier}/{serialNumber}

## Path Parameters

passTypeIdentifier: The pass type identifier of the pass to update. This value corresponds to the value of the passTypeIdentifier key of the pass. serialNumber: The serial number of the pass to update. This value corresponds to the serialNumber key of the pass.

## Header Parameters

Authorization: The authentication for a pass. The value is the word ApplePass, followed by a space, followed by the authenticationToken key of the pass.

## Response Codes

200 OK: The request is successful and returns the updated pass. 401 Request Not Authorized: The request isn’t authorized.

## 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)
- [Unregister a Pass for Update Notifications](walletpasses/unregister-a-pass-for-update-notifications.md)
- [Log a Message](walletpasses/log-a-message.md)
- [PushToken](walletpasses/pushtoken.md)
- [SerialNumbers](walletpasses/serialnumbers.md)
- [LogEntries](walletpasses/logentries.md)
