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
| Name | Type | Description |
|---|---|---|
passTypeIdentifier Required | string | The pass type identifier of the pass to update. This value corresponds to the value of the |
serialNumber Required | string | The serial number of the pass to update. This value corresponds to the |
Header Parameters
| Name | Type | Description |
|---|---|---|
Authorization Optional | string | The authentication for a pass. The value is the word |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/vnd.apple.pkpass | The request is successful and returns the updated pass. | |
| 401 | Request Not Authorized | The request isn’t authorized. |