Contents

Get the List of Updatable Passes

Send the serial numbers for updated passes to a device.

URL

GET https://yourpasshost.example.com/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}?passesUpdatedSince={previousLastUpdated}

Path Parameters

NameTypeDescription
deviceLibraryIdentifier Requiredstring

The unique identifier for the device.

passTypeIdentifier Requiredstring

The pass type identifier of the pass to check for updates. This value corresponds to the value of the passTypeIdentifier key of the pass.

previousLastUpdated Requiredstring

The value of the lastUpdated key from the SerialNumbers object returned in a previous request. This value limits the results of the current request to the passes updated since that previous request.

Response Codes

StatusReasonTypeDescription
200Return Matching Passes
Content-Type: application/json
SerialNumbers

On success, the call returns an object that contains the serial numbers for the matching passes.

204No Matching Passes

There are no matching passes.

Mentioned in

See Also

Pass updates