Contents

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

NameTypeDescription
passTypeIdentifier Requiredstring

The pass type identifier of the pass to update. This value corresponds to the value of the passTypeIdentifier key of the pass.

serialNumber Requiredstring

The serial number of the pass to update. This value corresponds to the serialNumber key of the pass.

Header Parameters

NameTypeDescription
Authorization Optionalstring

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

StatusReasonTypeDescription
200OK
Content-Type: application/vnd.apple.pkpass

The request is successful and returns the updated pass.

401Request Not Authorized

The request isn’t authorized.

See Also

Pass updates